Searched refs:notedWatchers (Results 1 – 1 of 1) sorted by relevance
3859 final SparseArray<NotedCallback> notedWatchers = mNotedWatchers.valueAt(i); in dump() local3860 if (notedWatchers.size() <= 0) { in dump()3863 final NotedCallback cb = notedWatchers.valueAt(0); in dump()3864 if (dumpOp >= 0 && notedWatchers.indexOfKey(dumpOp) < 0) { in dump()3880 final int opCount = notedWatchers.size(); in dump()3885 pw.print(AppOpsManager.opToName(notedWatchers.keyAt(i))); in dump()