Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java1049 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, true) : op; in noteOperationUnchecked() local
1050 if (switchOp.mode != AppOpsManager.MODE_ALLOWED) { in noteOperationUnchecked()
1055 return switchOp.mode; in noteOperationUnchecked()
1100 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, true) : op; in startOperation() local
1101 if (switchOp.mode != AppOpsManager.MODE_ALLOWED) { in startOperation()
1106 return switchOp.mode; in startOperation()