Searched refs:IpSecTunnelInterface (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecManagerTest.java | 264 private IpSecManager.IpSecTunnelInterface createAndValidateVti(int resourceId, String intfName) in createAndValidateVti() 273 IpSecManager.IpSecTunnelInterface tunnelIntf = mIpSecManager.createIpSecTunnelInterface( in createAndValidateVti() 282 IpSecManager.IpSecTunnelInterface tunnelIntf = in testCreateVti() 293 IpSecManager.IpSecTunnelInterface tunnelIntf = in testAddRemoveAddressesFromVti()
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 766 public static final class IpSecTunnelInterface implements AutoCloseable { class in IpSecManager 868 private IpSecTunnelInterface(@NonNull Context ctx, @NonNull IIpSecService service, in IpSecTunnelInterface() method in IpSecManager.IpSecTunnelInterface 974 public IpSecTunnelInterface createIpSecTunnelInterface(@NonNull InetAddress localAddress, in createIpSecTunnelInterface() 978 return new IpSecTunnelInterface( in createIpSecTunnelInterface() 1004 public void applyTunnelModeTransform(@NonNull IpSecTunnelInterface tunnel, in applyTunnelModeTransform()
|
/packages/modules/Connectivity/framework-t/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 287 Landroid/net/IpSecManager$IpSecTunnelInterface;-><init>(Landroid/content/Context;Landroid/net/IIpSe… 288 Landroid/net/IpSecManager$IpSecTunnelInterface;->addAddress(Ljava/net/InetAddress;I)V 289 Landroid/net/IpSecManager$IpSecTunnelInterface;->getInterfaceName()Ljava/lang/String; 290 Landroid/net/IpSecManager$IpSecTunnelInterface;->getResourceId()I 291 Landroid/net/IpSecManager$IpSecTunnelInterface;->mCloseGuard:Ldalvik/system/CloseGuard; 292 Landroid/net/IpSecManager$IpSecTunnelInterface;->mInterfaceName:Ljava/lang/String; 293 Landroid/net/IpSecManager$IpSecTunnelInterface;->mLocalAddress:Ljava/net/InetAddress; 294 Landroid/net/IpSecManager$IpSecTunnelInterface;->mOpPackageName:Ljava/lang/String; 295 Landroid/net/IpSecManager$IpSecTunnelInterface;->mRemoteAddress:Ljava/net/InetAddress; 296 Landroid/net/IpSecManager$IpSecTunnelInterface;->mResourceId:I [all …]
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTunnelTest.java | 53 import android.net.IpSecManager.IpSecTunnelInterface; 279 IpSecTunnelInterface tunnelIface, in run() 378 IpSecTunnelInterface tunnelIface, in getIpSecTunnelTestRunnable() 450 IpSecTunnelInterface tunnelIface, 499 IpSecTunnelInterface tunnelIface, 601 IpSecTunnelInterface tunnelIface, 674 IpSecTunnelInterface tunnelIface, 778 IpSecTunnelInterface tunnelIface, 851 IpSecTunnelInterface tunnelIface, 1099 IpSecManager.IpSecTunnelInterface tunnelIface =
|
/packages/modules/Connectivity/framework-t/api/ |
D | system-lint-baseline.txt | 6 GenericException: android.net.IpSecManager.IpSecTunnelInterface#finalize(): 66 UnflaggedApi: android.net.IpSecManager.IpSecTunnelInterface#finalize(): 67 …New API must be flagged with @FlaggedApi: method android.net.IpSecManager.IpSecTunnelInterface.fin… 68 UnflaggedApi: android.net.IpSecManager.IpSecTunnelInterface#toString(): 69 …New API must be flagged with @FlaggedApi: method android.net.IpSecManager.IpSecTunnelInterface.toS…
|
D | system-current.txt | 293 …c void applyTunnelModeTransform(@NonNull android.net.IpSecManager.IpSecTunnelInterface, int, @NonN… 294 ….permission.MANAGE_IPSEC_TUNNELS) public android.net.IpSecManager.IpSecTunnelInterface createIpSec… 298 public static final class IpSecManager.IpSecTunnelInterface implements java.lang.AutoCloseable {
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | ChildSessionCallback.java | 23 import android.net.IpSecManager.IpSecTunnelInterface;
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManager.java | 319 private final IpSecManager.IpSecTunnelInterface mIface; 328 IpSecManager.IpSecTunnelInterface iface, in TunnelConfig() 453 public IpSecManager.IpSecTunnelInterface getIface() { in getIface() 862 private IpSecManager.IpSecTunnelInterface tryCreateIpSecTunnelInterface() { in tryCreateIpSecTunnelInterface() 879 IpSecManager.IpSecTunnelInterface iface; in onBringUpTunnel() 1928 IpSecManager.IpSecTunnelInterface tunnelInterface = tunnelConfig.getIface(); in handleMessage() 2018 IpSecManager.IpSecTunnelInterface iface = tunnelConfig.getIface(); in handleMessage() 2909 IpSecManager.IpSecTunnelInterface iface, in putApnNameToTunnelConfig()
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeTestNetworkBase.java | 136 public final IpSecManager.IpSecTunnelInterface tunnelIface;
|
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManagerTest.java | 168 @Mock IpSecManager.IpSecTunnelInterface mMockIpSecTunnelInterface;
|