Searched refs:getDeviceConfigPropertyBoolean (Results 1 – 8 of 8) sorted by relevance
105 public boolean getDeviceConfigPropertyBoolean(String name, boolean defaultValue) { in getDeviceConfigPropertyBoolean() method in IkeContext109 return IkeDeviceConfigUtils.getDeviceConfigPropertyBoolean( in getDeviceConfigPropertyBoolean()
76 public static boolean getDeviceConfigPropertyBoolean( in getDeviceConfigPropertyBoolean() method in IkeDeviceConfigUtils
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()
217 assertFalse(DeviceConfigUtils.getDeviceConfigPropertyBoolean( in testGetDeviceConfigPropertyBoolean_Null()226 assertTrue(DeviceConfigUtils.getDeviceConfigPropertyBoolean( in testGetDeviceConfigPropertyBoolean_NotNull()
155 public static boolean getDeviceConfigPropertyBoolean(@NonNull String namespace, in getDeviceConfigPropertyBoolean() method in DeviceConfigUtils
1197 if (mIkeContext.getDeviceConfigPropertyBoolean( in isDnsLookupRequiredWithGlobalRemoteAddress()
776 return DeviceConfigUtils.getDeviceConfigPropertyBoolean( in getStoreFilesInApexData()
986 .getDeviceConfigPropertyBoolean(eq(CONFIG_USE_CACHED_ADDRS), anyBoolean()); in makeAndStartIkeSession()