Searched refs:notedWatchers (Results 1 – 1 of 1) sorted by relevance
5358 final SparseArray<NotedCallback> notedWatchers = in dump() local5360 if (notedWatchers.size() <= 0) { in dump()5363 final NotedCallback cb = notedWatchers.valueAt(0); in dump()5364 if (dumpOp >= 0 && notedWatchers.indexOfKey(dumpOp) < 0) { in dump()5380 final int opCount = notedWatchers.size(); in dump()5385 pw.print(AppOpsManager.opToName(notedWatchers.keyAt(opNum))); in dump()