Home
last modified time | relevance | path

Searched defs:onLocationModeChanged (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/location/
H A DRecentLocationAccessSeeAllButtonPreferenceController.java45 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in RecentLocationAccessSeeAllButtonPreferenceController
H A DLocationForWorkPreferenceController.java66 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in LocationForWorkPreferenceController
H A DLocationSwitchBarController.java64 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in LocationSwitchBarController
H A DLocationInjectedServiceBasePreferenceController.java81 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in LocationInjectedServiceBasePreferenceController
H A DLocationSettings.java106 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in LocationSettings
H A DRecentLocationAccessSeeAllPreferenceController.java51 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in RecentLocationAccessSeeAllPreferenceController
H A DRecentLocationRequestSeeAllPreferenceController.java51 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in RecentLocationRequestSeeAllPreferenceController
H A DAppLocationPermissionPreferenceController.java123 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in AppLocationPermissionPreferenceController
H A DLocationEnabler.java60 void onLocationModeChanged(int mode, boolean restricted); in onLocationModeChanged() method
H A DLocationSettingsFooterPreferenceController.java68 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in LocationSettingsFooterPreferenceController
H A DRecentLocationRequestPreferenceController.java112 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in RecentLocationRequestPreferenceController
H A DRecentLocationAccessPreferenceController.java117 public void onLocationModeChanged(int mode, boolean restricted) { in onLocationModeChanged() method in RecentLocationAccessPreferenceController
/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java504 private void onLocationModeChanged(int userId) { in onLocationModeChanged() method in LocationManagerService