Searched refs:getDeviceConfigBoolean (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/ |
| D | NearbyConfiguration.java | 86 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/ |
| D | TetheringConfiguration.java | 188 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/ |
| D | ChreDiscoveryProviderTest.java | 197 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/ |
| D | FakeTetheringConfiguration.java | 37 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in FakeTetheringConfiguration()
|
| D | TetheringConfigurationTest.java | 164 boolean getDeviceConfigBoolean(@NonNull String namespace, @NonNull String name, in getDeviceConfigBoolean() method in TetheringConfigurationTest.MockDependencies
|