/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | LocationFragment.java | 68 private static final String LOCATION_MODE_OFF = "off"; field in LocationFragment 118 LOCATION_MODE_OFF in onCreatePreferences() 249 int mode = Settings.Secure.LOCATION_MODE_OFF; in onPreferenceChange() 253 } else if (TextUtils.equals((CharSequence) newValue, LOCATION_MODE_OFF)) { in onPreferenceChange() 254 mode = Settings.Secure.LOCATION_MODE_OFF; in onPreferenceChange() 282 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in writeLocationMode() 288 mode != Settings.Secure.LOCATION_MODE_OFF, in writeLocationMode() 299 mLocationMode.setValue(LOCATION_MODE_OFF); in refreshLocationMode()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/privacy/ |
D | LocationState.java | 64 private static final String LOCATION_MODE_OFF = "off"; field in LocationState 181 int mode = Settings.Secure.LOCATION_MODE_OFF; in onPreferenceChange() 184 } else if (TextUtils.equals((CharSequence) newValue, LOCATION_MODE_OFF)) { in onPreferenceChange() 185 mode = Settings.Secure.LOCATION_MODE_OFF; in onPreferenceChange() 210 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in writeLocationMode() 216 mode != Settings.Secure.LOCATION_MODE_OFF, in writeLocationMode()
|
D | LocationModePC.java | 37 private static final String LOCATION_MODE_OFF = "off"; field in LocationModePC 62 LOCATION_MODE_OFF in init() 105 mPreferenceCompat.setValue(LOCATION_MODE_OFF); in update()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/location/ |
D | LocationEnablerTest.java | 115 assertThat(mEnabler.isEnabled(Settings.Secure.LOCATION_MODE_OFF)).isFalse(); in isEnabled_locationOff_shouldReturnFalse() 122 assertThat(mEnabler.isEnabled(Settings.Secure.LOCATION_MODE_OFF)).isFalse(); in isEnabled_restricted_shouldReturnFalse() 143 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in setLocationEnabled_notRestricted_shouldRefreshLocation() 153 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in setLocationEnabled_notRestricted_shouldBroadcastUpdateAndSetChanger()
|
D | LocationSwitchBarControllerTest.java | 162 mController.onLocationModeChanged(Settings.Secure.LOCATION_MODE_OFF, false); in onLocationModeChanged_locationOff_shouldUncheckSwitch()
|
D | LocationForPrivateProfilePreferenceControllerTest.java | 134 mController.onLocationModeChanged(Settings.Secure.LOCATION_MODE_OFF, false); in onLocationModeChanged_locationOff_shouldDisablePreference()
|
D | LocationForWorkPreferenceControllerTest.java | 133 mController.onLocationModeChanged(Settings.Secure.LOCATION_MODE_OFF, false); in onLocationModeChanged_locationOff_shouldDisablePreference()
|
/packages/apps/Settings/src/com/android/settings/location/ |
D | LocationEnabler.java | 100 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in refreshLocationMode() 114 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in setLocationEnabled() 136 return mode != Settings.Secure.LOCATION_MODE_OFF && !isRestricted(); in isEnabled()
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/ |
D | TestUtils.java | 114 Settings.Secure.LOCATION_MODE_OFF); in getLocationMode() 138 return getLocationMode(context) != Settings.Secure.LOCATION_MODE_OFF; in isLocationOn() 152 setLocationMode(context, Settings.Secure.LOCATION_MODE_OFF); in disableLocation()
|
/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | SettingsCompat.java | 65 public static int LOCATION_MODE_OFF = Settings.Secure.LOCATION_MODE_OFF; field in SettingsCompat
|
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
D | GoogleLocationSettingHelper.java | 109 != Secure.LOCATION_MODE_OFF; in isSystemLocationSettingEnabled()
|
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
D | LocationSettingsTests.java | 192 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF); in verifyLocationSettingsOnOrOff()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | WifiPermissionsUtil.java | 787 mContext, Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) in isLocationModeEnabled()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | WifiPermissionsUtilTest.java | 1497 .thenReturn(Settings.Secure.LOCATION_MODE_OFF); in testIsLocationEnabledFallbackToLegacySetting()
|