Searched refs:mSwitchOps (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppOpsState.java296 private final ArrayList<AppOpsManager.OpEntry> mSwitchOps field in class:AppOpsState.AppOpEntry
308 mSwitchOps.add(op);
333 addOp(mSwitchOps, op);
378 if (mSwitchOps.size() > 0) {
379 return getCombinedText(mSwitchOps, state.mOpLabels);

Completed in 25 milliseconds