Searched refs:notedAppOps (Results 1 – 1 of 1) sorted by relevance
9302 ArrayMap<String, long[]> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded() local9303 if (notedAppOps == null) { in prefixParcelWithAppOpsIfNeeded()9309 int numAttributionWithNotesAppOps = notedAppOps.size(); in prefixParcelWithAppOpsIfNeeded()9313 p.writeString(notedAppOps.keyAt(i)); in prefixParcelWithAppOpsIfNeeded()9314 p.writeLong(notedAppOps.valueAt(i)[0]); in prefixParcelWithAppOpsIfNeeded()9315 p.writeLong(notedAppOps.valueAt(i)[1]); in prefixParcelWithAppOpsIfNeeded()9339 BitSet notedAppOps = BitSet.valueOf(rawNotedAppOps); in readAndLogNotedAppops() local9342 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()9343 code = notedAppOps.nextSetBit(code + 1)) { in readAndLogNotedAppops()9357 for (int code = notedAppOps.nextSetBit(0); code != -1; in readAndLogNotedAppops()[all …]