Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java46 AppOpsManager.OP_MONITOR_LOCATION,
116 case AppOpsManager.OP_MONITOR_LOCATION: in getRequestFromOps()
/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h79 OP_MONITOR_LOCATION = 41, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java198 public static final int OP_MONITOR_LOCATION = 41; field in AppOpsManager
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java888 AppOpsManager.OP_MONITOR_LOCATION); in updateMonitoring()