Searched refs:isLocationUseForCountryCodeEnabled (Results 1 – 5 of 5) sorted by relevance
232 if (mUwbInjector.getDeviceConfigFacade().isLocationUseForCountryCodeEnabled() && in initialize()270 if (mUwbInjector.getDeviceConfigFacade().isLocationUseForCountryCodeEnabled() && in initialize()
587 public boolean isLocationUseForCountryCodeEnabled() {
208 private boolean isLocationUseForCountryCodeEnabled() { in isLocationUseForCountryCodeEnabled() method in ThreadNetworkCountryCode269 if ((mGeocoder != null) && isLocationUseForCountryCodeEnabled()) { in registerGeocoderCountryCodeCallback()
148 when(mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()).thenReturn(true); in setUp()285 when(mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()).thenReturn(false); in testSetCountryCodeWhenLocationUseIsDisabled()363 when(mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()).thenReturn(false); in testWifiECallback_error()
238 assertEquals(true, mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()); in testDefaultValue()376 assertEquals(false, mDeviceConfigFacade.isLocationUseForCountryCodeEnabled()); in testFieldUpdates()