Home
last modified time | relevance | path

Searched refs:getDeviceConfigBoolean (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/
DNearbyConfiguration.java86 private static boolean getDeviceConfigBoolean(final String name, final boolean defaultValue) { in getDeviceConfigBoolean() method in NearbyConfiguration
144 mEnablePresenceBroadcastLegacy = getDeviceConfigBoolean( in onPropertiesChanged()
148 mSupportTestApp = !IS_USER_BUILD && getDeviceConfigBoolean( in onPropertiesChanged()
150 mRefactorDiscoveryManager = getDeviceConfigBoolean( in onPropertiesChanged()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java188 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in getDeviceConfigBoolean() method in TetheringConfiguration.Dependencies
598 return getDeviceConfigBoolean(OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD, defaultValue); in getEnableBpfOffload()
604 || getDeviceConfigBoolean( in getEnableLegacyDhcpServer()
613 private boolean getDeviceConfigBoolean(final String name, final boolean defaultValue) { in getDeviceConfigBoolean() method in TetheringConfiguration
614 return mDeps.getDeviceConfigBoolean(NAMESPACE_CONNECTIVITY, name, defaultValue); in getDeviceConfigBoolean()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DChreDiscoveryProviderTest.java197 boolean isSupportedTestApp = getDeviceConfigBoolean( in testOnNearbyDeviceDiscoveredWithDataElements()
294 boolean isSupportedTestApp = getDeviceConfigBoolean( in testOnNearbyDeviceDiscoveredWithTestDataElements()
391 private boolean getDeviceConfigBoolean(final String name, final boolean defaultValue) { in getDeviceConfigBoolean() method in ChreDiscoveryProviderTest
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DFakeTetheringConfiguration.java37 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in FakeTetheringConfiguration()
DTetheringConfigurationTest.java164 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in getDeviceConfigBoolean() method in TetheringConfigurationTest.MockDependencies