Searched refs:mSwitchOps (Results 1 – 1 of 1) sorted by relevance
310 private final ArrayList<AppOpsManager.OpEntry> mSwitchOps field in AppOpsState.AppOpEntry323 mSwitchOps.add(op); in AppOpEntry()348 addOp(mSwitchOps, op); in addOp()401 if (mSwitchOps.size() > 0) { in getSwitchText()402 return getCombinedText(mSwitchOps, state.mOpLabels); in getSwitchText()