HomeSort by relevance Sort by last modified time
    Searched defs:LOCATION_MODE (Results 1 - 13 of 13) sorted by null

  /packages/apps/Settings/src/com/android/settings/location/
LocationSettingsBase.java 100 mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
111 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCATION_MODE, mode);
117 int mode = Settings.Secure.getInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
  /packages/apps/Settings/src/com/android/settings/users/
RestrictionUtils.java 88 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF, user.getIdentifier());
UserSettings.java 409 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF, userId);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictionUtils.java 79 Secure.LOCATION_MODE, Secure.LOCATION_MODE_OFF, user.getIdentifier());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LocationActivity.java 111 mActions.add(ActionType.LOCATION_MODE.toAction(mResources,
248 Settings.Secure.LOCATION_MODE, Settings.Secure.LOCATION_MODE_OFF) !=
353 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
356 Settings.Secure.putInt(getContentResolver(), Settings.Secure.LOCATION_MODE,
ActionType.java 55 LOCATION_MODE(R.string.location_mode_title),
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 183 SECURE_SETTINGS_DEVICEOWNER_WHITELIST.add(Settings.Secure.LOCATION_MODE);
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 772 milliseconds