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.java93 private static boolean getDeviceConfigBoolean(final String name, final boolean defaultValue) { in getDeviceConfigBoolean() method in NearbyConfiguration
160 mEnablePresenceBroadcastLegacy = getDeviceConfigBoolean( in onPropertiesChanged()
164 mSupportTestApp = !IS_USER_BUILD && getDeviceConfigBoolean( in onPropertiesChanged()
166 mRefactorDiscoveryManager = getDeviceConfigBoolean( in onPropertiesChanged()
168 mEnableBleInInit = getDeviceConfigBoolean( in onPropertiesChanged()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringConfiguration.java193 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in getDeviceConfigBoolean() method in TetheringConfiguration.Dependencies
641 return getDeviceConfigBoolean(OVERRIDE_TETHER_ENABLE_BPF_OFFLOAD, defaultValue); in getEnableBpfOffload()
647 || getDeviceConfigBoolean( in getEnableLegacyDhcpServer()
656 private boolean getDeviceConfigBoolean(final String name, final boolean defaultValue) { in getDeviceConfigBoolean() method in TetheringConfiguration
657 return mDeps.getDeviceConfigBoolean(NAMESPACE_CONNECTIVITY, name, defaultValue); in getDeviceConfigBoolean()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DFakeTetheringConfiguration.java36 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in FakeTetheringConfiguration()
DTetheringConfigurationTest.java163 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in getDeviceConfigBoolean() method in TetheringConfigurationTest.MockDependencies
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DChreDiscoveryProviderTest.java202 boolean isSupportedTestApp = getDeviceConfigBoolean( in testOnNearbyDeviceDiscoveredWithDataElements_TIME()
308 boolean isSupportedTestApp = getDeviceConfigBoolean( in testOnNearbyDeviceDiscoveredWithTestDataElements()
405 private boolean getDeviceConfigBoolean(final String name, final boolean defaultValue) { in getDeviceConfigBoolean() method in ChreDiscoveryProviderTest