Home
last modified time | relevance | path

Searched refs:OP_MOCK_LOCATION (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java231 public static final int OP_MOCK_LOCATION = 58; field in AppOpsManager
407 OP_MOCK_LOCATION,
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java2419 return mAppOps.noteOp(AppOpsManager.OP_MOCK_LOCATION, Binder.getCallingUid(), in canCallerAccessMockLocation()