Searched refs:OP_FINE_LOCATION (Results 1 – 5 of 5) sorted by relevance
39 OP_FINE_LOCATION = 1, enumerator
301 if (mAppOps.noteOpNoThrow(AppOpsManager.OP_FINE_LOCATION, state.mUid, in updateFences()
118 public static final int OP_FINE_LOCATION = 1; field in AppOpsManager392 OP_FINE_LOCATION,
1498 return AppOpsManager.OP_FINE_LOCATION; in resolutionLevelToOp()
119 when(mMockAppOpsManager.noteOp(eq(AppOpsManager.OP_FINE_LOCATION), anyInt(), in setUp()