Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java232 if (mUwbInjector.getDeviceConfigFacade().isLocationUseForCountryCodeEnabled() && in initialize()
270 if (mUwbInjector.getDeviceConfigFacade().isLocationUseForCountryCodeEnabled() && in initialize()
DDeviceConfigFacade.java587 public boolean isLocationUseForCountryCodeEnabled() {
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java208 private boolean isLocationUseForCountryCodeEnabled() { in isLocationUseForCountryCodeEnabled() method in ThreadNetworkCountryCode
269 if ((mGeocoder != null) && isLocationUseForCountryCodeEnabled()) { in registerGeocoderCountryCodeCallback()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbCountryCodeTest.java148 when(mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()).thenReturn(true); in setUp()
285 when(mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()).thenReturn(false); in testSetCountryCodeWhenLocationUseIsDisabled()
363 when(mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()).thenReturn(false); in testWifiECallback_error()
DDeviceConfigFacadeTest.java238 assertEquals(true, mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()); in testDefaultValue()
376 assertEquals(false, mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()); in testFieldUpdates()