Searched refs:activeWatchers (Results 1 – 1 of 1) sorted by relevance
3130 final SparseArray<ActiveCallback> activeWatchers = mActiveWatchers.valueAt(i); in dump() local3131 if (activeWatchers.size() <= 0) { in dump()3134 final ActiveCallback cb = activeWatchers.valueAt(0); in dump()3135 if (dumpOp >= 0 && activeWatchers.indexOfKey(dumpOp) < 0) { in dump()3151 final int opCount = activeWatchers.size(); in dump()3156 pw.print(AppOpsManager.opToName(activeWatchers.keyAt(i))); in dump()