Searched refs:activeWatchers (Results 1 – 1 of 1) sorted by relevance
6108 final SparseArray<ActiveCallback> activeWatchers = in dump() local6110 if (activeWatchers.size() <= 0) { in dump()6113 final ActiveCallback cb = activeWatchers.valueAt(0); in dump()6114 if (dumpOp >= 0 && activeWatchers.indexOfKey(dumpOp) < 0) { in dump()6130 final int opCount = activeWatchers.size(); in dump()6135 pw.print(AppOpsManager.opToName(activeWatchers.keyAt(opNum))); in dump()