Searched refs:CONFIG_USE_CACHED_ADDRS (Results 1 – 4 of 4) sorted by relevance
36 public static final String CONFIG_USE_CACHED_ADDRS = "config_use_cached_addrs"; field in IkeContext
36 import static com.android.internal.net.ipsec.test.ike.IkeContext.CONFIG_USE_CACHED_ADDRS;166 .getDeviceConfigPropertyBoolean(eq(CONFIG_USE_CACHED_ADDRS), anyBoolean()); in buildIkeConnectionCtrl()1527 .getDeviceConfigPropertyBoolean(eq(CONFIG_USE_CACHED_ADDRS), anyBoolean()); in testIsDnsLookupRequired_NetworkChange_LocalRemoteMatch_FlagOff()1552 .getDeviceConfigPropertyBoolean(eq(CONFIG_USE_CACHED_ADDRS), anyBoolean()); in testIsDnsLookupRequired_NetworkChange_RemoteV4V6_FlagOff()1688 .getDeviceConfigPropertyBoolean(eq(CONFIG_USE_CACHED_ADDRS), anyBoolean()); in testIsDnsLookupRequired_LocalV4_RemoteV4V6_FlagOff()
36 import static com.android.internal.net.ipsec.ike.IkeContext.CONFIG_USE_CACHED_ADDRS;1198 CONFIG_USE_CACHED_ADDRS, false /* defaultValue */) in isDnsLookupRequiredWithGlobalRemoteAddress()
43 import static com.android.internal.net.ipsec.test.ike.IkeContext.CONFIG_USE_CACHED_ADDRS;986 .getDeviceConfigPropertyBoolean(eq(CONFIG_USE_CACHED_ADDRS), anyBoolean()); in makeAndStartIkeSession()