Searched refs:notedWatchers (Results 1 – 1 of 1) sorted by relevance
4005 final SparseArray<NotedCallback> notedWatchers = in dump() local4007 if (notedWatchers.size() <= 0) { in dump()4010 final NotedCallback cb = notedWatchers.valueAt(0); in dump()4011 if (dumpOp >= 0 && notedWatchers.indexOfKey(dumpOp) < 0) { in dump()4027 final int opCount = notedWatchers.size(); in dump()4032 pw.print(AppOpsManager.opToName(notedWatchers.keyAt(opNum))); in dump()