Searched refs:switchOp (Results 1 – 1 of 1) sorted by relevance
2316 int switchOp = (op != AppOpsManager.OP_NONE) ? AppOpsManager.opToSwitch(op) : op; in startWatchingModeWithFlags() local2326 notifiedOps = switchOp; in startWatchingModeWithFlags()2335 if (switchOp != AppOpsManager.OP_NONE) { in startWatchingModeWithFlags()2336 mAppOpsCheckingService.startWatchingOpModeChanged(cb, switchOp); in startWatchingModeWithFlags()2691 final Op switchOp = switchCode != code ? getOpLocked(ops, switchCode, uid, true) in noteOperationUnchecked() local2693 final int mode = switchOp.uidState.evalMode(switchOp.op, switchOp.getMode()); in noteOperationUnchecked()3232 final int mode = switchOp.uidState.evalMode(switchOp.op, switchOp.getMode()); in startOperationUnchecked()5461 final int switchOp = AppOpsManager.opToSwitch(opCode); in dump()5462 if (switchOp != opCode) { in dump()5464 pw.print(AppOpsManager.opToName(switchOp)); in dump()[all …]