Home
last modified time | relevance | path

Searched refs:EXTRA_LOCATION_ENABLED (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
H A DLocationUtils.java18 import static android.location.LocationManager.EXTRA_LOCATION_ENABLED;
130 boolean isEnabled = intent.getBooleanExtra(EXTRA_LOCATION_ENABLED, true);
/aosp12/frameworks/base/location/java/android/location/
H A DLocationManager.java315 public static final String EXTRA_LOCATION_ENABLED = "android.location.extra.LOCATION_ENABLED"; field in LocationManager
/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java515 .putExtra(LocationManager.EXTRA_LOCATION_ENABLED, enabled) in onLocationModeChanged()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt20056 …field public static final String EXTRA_LOCATION_ENABLED = "android.location.extra.LOCATION_ENABLED…