Searched refs:rawNotedAppOps (Results 1 – 1 of 1) sorted by relevance
10229 long[] rawNotedAppOps = new long[BITMASK_LEN]; in readAndLogNotedAppops() local10230 for (int j = 0; j < rawNotedAppOps.length; j++) { in readAndLogNotedAppops()10231 rawNotedAppOps[j] = p.readLong(); in readAndLogNotedAppops()10233 BitSet notedAppOps = BitSet.valueOf(rawNotedAppOps); in readAndLogNotedAppops()