Searched refs:addOp (Results 1 – 1 of 1) sorted by relevance
235 public void addOp(AppOpEntry entry, AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppEntry315 mApp.addOp(this, op); in AppOpEntry()320 private static void addOp(ArrayList<AppOpsManager.OpEntry> list, AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppOpEntry338 public void addOp(AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppOpEntry339 mApp.addOp(this, op); in addOp()340 addOp(mOps, op); in addOp()342 addOp(mSwitchOps, op); in addOp()443 private void addOp(List<AppOpEntry> entries, AppOpsManager.PackageOps pkgOps, in addOp() method in AppOpsState453 last.addOp(opEntry); in addOp()460 entry.addOp(opEntry); in addOp()[all …]