Searched refs:addOp (Results 1 – 1 of 1) sorted by relevance
240 public void addOp(AppOpEntry entry, AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppEntry321 mApp.addOp(this, op); in AppOpEntry()326 private static void addOp(ArrayList<AppOpsManager.OpEntry> list, AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppOpEntry344 public void addOp(AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppOpEntry345 mApp.addOp(this, op); in addOp()346 addOp(mOps, op); in addOp()348 addOp(mSwitchOps, op); in addOp()469 private void addOp(List<AppOpEntry> entries, AppOpsManager.PackageOps pkgOps, in addOp() method in AppOpsState479 last.addOp(opEntry); in addOp()486 entry.addOp(opEntry); in addOp()[all …]