Searched refs:activeWatchers (Results 1 – 1 of 1) sorted by relevance
3964 final SparseArray<ActiveCallback> activeWatchers = in dump() local3966 if (activeWatchers.size() <= 0) { in dump()3969 final ActiveCallback cb = activeWatchers.valueAt(0); in dump()3970 if (dumpOp >= 0 && activeWatchers.indexOfKey(dumpOp) < 0) { in dump()3986 final int opCount = activeWatchers.size(); in dump()3991 pw.print(AppOpsManager.opToName(activeWatchers.keyAt(opNum))); in dump()