Searched refs:BITMASK_LEN (Results 1 – 1 of 1) sorted by relevance
3086 private static final int BITMASK_LEN = ((_NUM_OP - 1) / Long.SIZE) + 1; field in AppOpsManager10204 for (int j = 0; j < BITMASK_LEN; j++) { in prefixParcelWithAppOpsIfNeeded()10229 long[] rawNotedAppOps = new long[BITMASK_LEN]; in readAndLogNotedAppops()