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.java769 public static final int OP_MOCK_LOCATION = 58; field in AppOpsManager
1279 OP_MOCK_LOCATION, // MOCK_LOCATION
/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java3516 return mAppOps.checkOp(AppOpsManager.OP_MOCK_LOCATION, Binder.getCallingUid(), in canCallerAccessMockLocation()