Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java884 final int uidMode = uidState.opModes.get(code); in checkOperation() local
885 if (uidMode != AppOpsManager.MODE_ALLOWED) { in checkOperation()
886 return uidMode; in checkOperation()
1040 final int uidMode = uidState.opModes.get(switchCode); in noteOperationUnchecked() local
1041 if (uidMode != AppOpsManager.MODE_ALLOWED) { in noteOperationUnchecked()
1046 return uidMode; in noteOperationUnchecked()
1091 final int uidMode = uidState.opModes.get(switchCode); in startOperation() local
1092 if (uidMode != AppOpsManager.MODE_ALLOWED) { in startOperation()
1097 return uidMode; in startOperation()