Searched refs:opToSwitch (Results 1 – 6 of 6) sorted by relevance
1787 int switchCode = AppOpsManager.opToSwitch(switchedCode); in AppOpsService()2523 code = AppOpsManager.opToSwitch(code); in setUidMode()2779 code = AppOpsManager.opToSwitch(code); in setMode()3113 int switchOp = (op != AppOpsManager.OP_NONE) ? AppOpsManager.opToSwitch(op) : op; in startWatchingModeWithFlags()3247 code = AppOpsManager.opToSwitch(code); in checkOperationUnchecked()3459 final int switchCode = AppOpsManager.opToSwitch(code); in noteOperationUnchecked()3976 final int switchCode = AppOpsManager.opToSwitch(code); in startOperationUnchecked()6331 final int switchOp = AppOpsManager.opToSwitch(opCode); in dump()
309 return AppOpsManager.opToSwitch(op); in getSwitchOp()
821 Landroid/app/AppOpsManager;->opToSwitch(I)I
1156 HSPLandroid/app/AppOpsManager;->opToSwitch(I)I
2933 public static int opToSwitch(int op) { in opToSwitch() method in AppOpsManager