Searched refs:mSwitchOps (Results 1 – 1 of 1) sorted by relevance
268 private final ArrayList<AppOpsManager.OpEntry> mSwitchOps field in AppOpsState.AppOpEntry280 mSwitchOps.add(op); in AppOpEntry()305 addOp(mSwitchOps, op); in addOp()350 if (mSwitchOps.size() > 0) { in getSwitchText()351 return getCombinedText(mSwitchOps, state.mOpLabels); in getSwitchText()