Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsState.java249 public AppOpEntry getOpSwitch(int op) { in getOpSwitch() method in AppOpsState.AppEntry
347 if (mApp.getOpSwitch(AppOpsManager.opToSwitch(op.getOp())) == null) { in addOp()
484 AppOpEntry entry = appEntry.getOpSwitch(opEntry.getOp()); in addOp()