Searched refs:notedAppOps (Results 1 – 1 of 1) sorted by relevance
10190 ArrayMap<String, BitSet> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded() local10191 if (notedAppOps == null) { in prefixParcelWithAppOpsIfNeeded()10197 int numAttributionWithNotesAppOps = notedAppOps.size(); in prefixParcelWithAppOpsIfNeeded()10201 p.writeString(notedAppOps.keyAt(i)); in prefixParcelWithAppOpsIfNeeded()10203 long[] notedOpsMask = notedAppOps.valueAt(i).toLongArray(); in prefixParcelWithAppOpsIfNeeded()10233 BitSet notedAppOps = BitSet.valueOf(rawNotedAppOps); in readAndLogNotedAppops() local10235 if (!notedAppOps.isEmpty()) { in readAndLogNotedAppops()10238 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()10239 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()10253 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()[all …]