Home
last modified time | relevance | path

Searched refs:rawNotedAppOps (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java10229 long[] rawNotedAppOps = new long[BITMASK_LEN]; in readAndLogNotedAppops() local
10230 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()