Searched refs:FEATURE_IPSEC_TUNNEL_MIGRATION (Results 1 – 9 of 9) sorted by relevance
45 .hasSystemFeature(PackageManager.FEATURE_IPSEC_TUNNEL_MIGRATION); in supportsSameSocketKernelMigration()
11 …Feature field FEATURE_IPSEC_TUNNEL_MIGRATION required by method android.net.IpSecManager.startTunn…
90 public static final String FEATURE_IPSEC_TUNNEL_MIGRATION = field in IpSecManager1045 @RequiresFeature(FEATURE_IPSEC_TUNNEL_MIGRATION)
90 private static final String FEATURE_IPSEC_TUNNEL_MIGRATION = field in CtsNetUtils135 return mContext.getPackageManager().hasSystemFeature(FEATURE_IPSEC_TUNNEL_MIGRATION); in hasIpsecTunnelMigrateFeature()
21 import static android.net.IpSecManager.FEATURE_IPSEC_TUNNEL_MIGRATION;1721 if (!mContext.getPackageManager().hasSystemFeature(FEATURE_IPSEC_TUNNEL_MIGRATION)) { in enforceMigrateFeature()2057 .hasSystemFeature(FEATURE_IPSEC_TUNNEL_MIGRATION)) { in applyTunnelModeTransform()
26 import static android.net.IpSecManager.FEATURE_IPSEC_TUNNEL_MIGRATION;1150 when(mMockPkgMgr.hasSystemFeature(eq(FEATURE_IPSEC_TUNNEL_MIGRATION))).thenReturn(false); in testFeatureFlagIpSecTunnelMigrationVerification()
666 .hasSystemFeature(PackageManager.FEATURE_IPSEC_TUNNEL_MIGRATION);
2505 .hasSystemFeature(PackageManager.FEATURE_IPSEC_TUNNEL_MIGRATION); in verifyMobike_usesKernelMobikeForSameEncapSocket()2546 .hasSystemFeature(PackageManager.FEATURE_IPSEC_TUNNEL_MIGRATION); in verifyKernelMobikeFallbackForUnsupportedMigrations()