Home
last modified time | relevance | path

Searched defs:OP_FINE_LOCATION (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/permission/include/binder/
H A DAppOpsManager.h44 OP_FINE_LOCATION = 1, enumerator
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java884 public static final int OP_FINE_LOCATION = AppProtoEnums.APP_OP_FINE_LOCATION; field in AppOpsManager