Searched refs:activeWatchers (Results 1 – 1 of 1) sorted by relevance
3818 final SparseArray<ActiveCallback> activeWatchers = in dump() local3820 if (activeWatchers.size() <= 0) { in dump()3823 final ActiveCallback cb = activeWatchers.valueAt(0); in dump()3824 if (dumpOp >= 0 && activeWatchers.indexOfKey(dumpOp) < 0) { in dump()3840 final int opCount = activeWatchers.size(); in dump()3845 pw.print(AppOpsManager.opToName(activeWatchers.keyAt(opNum))); in dump()