Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsState.java228 private final SparseArray<AppOpEntry> mOpSwitches field in AppOpsState.AppEntry
242 mOpSwitches.put(AppOpsManager.opToSwitch(op.getOp()), entry); in addOp()
250 return mOpSwitches.get(AppOpsManager.opToSwitch(op)); in getOpSwitch()