Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsState.java241 public void addOp(AppOpEntry entry, AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppEntry
322 mApp.addOp(this, op); in AppOpEntry()
327 private static void addOp(ArrayList<AppOpsManager.OpEntry> list, AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppOpEntry
345 public void addOp(AppOpsManager.OpEntry op) { in addOp() method in AppOpsState.AppOpEntry
346 mApp.addOp(this, op); in addOp()
347 addOp(mOps, op); in addOp()
349 addOp(mSwitchOps, op); in addOp()
470 private void addOp(List<AppOpEntry> entries, AppOpsManager.PackageOps pkgOps, in addOp() method in AppOpsState
480 last.addOp(opEntry); in addOp()
487 entry.addOp(opEntry); in addOp()
[all …]