paulhu | 802ab97 | 2021-12-14 01:30:22 +0000 | [diff] [blame] | 1 | // Signature format: 2.0 |
| 2 | package android.net { |
| 3 | |
| 4 | public final class ConnectivityFrameworkInitializerTiramisu { |
| 5 | method public static void registerServiceWrappers(); |
| 6 | } |
| 7 | |
Aaron Huang | 2e778ee | 2022-01-06 19:30:43 +0800 | [diff] [blame^] | 8 | public class IpSecManager { |
| 9 | field public static final int DIRECTION_FWD = 2; // 0x2 |
| 10 | } |
| 11 | |
| 12 | public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable { |
| 13 | method public int getResourceId(); |
| 14 | } |
| 15 | |
paulhu | 802ab97 | 2021-12-14 01:30:22 +0000 | [diff] [blame] | 16 | } |
| 17 | |