Searched refs:activeWatchers (Results 1 – 1 of 1) sorted by relevance
5216 final SparseArray<ActiveCallback> activeWatchers = in dump() local5218 if (activeWatchers.size() <= 0) { in dump()5221 final ActiveCallback cb = activeWatchers.valueAt(0); in dump()5222 if (dumpOp >= 0 && activeWatchers.indexOfKey(dumpOp) < 0) { in dump()5238 final int opCount = activeWatchers.size(); in dump()5243 pw.print(AppOpsManager.opToName(activeWatchers.keyAt(opNum))); in dump()