Searched refs:NUM_POLICIES (Results 1 – 2 of 2) sorted by relevance
28 import static com.android.server.alarm.Alarm.NUM_POLICIES;80 for (int i = 0; i < NUM_POLICIES; i++) { in initSetsOnlyRequesterPolicy()115 final long[][] uniqueData = generatePolicyTestMatrix(NUM_POLICIES); in whenElapsed()116 for (int i = 0; i < NUM_POLICIES; i++) { in whenElapsed()117 for (int j = 0; j < NUM_POLICIES; j++) { in whenElapsed()123 for (int i = 0; i < NUM_POLICIES; i++) { in whenElapsed()140 for (int i = 0; i < NUM_POLICIES; i++) { in maxWhenElapsed()219 final long[] policyElapsed = new long[NUM_POLICIES]; in snapshotImmutable()220 for (int i = 0; i < NUM_POLICIES; i++) { in snapshotImmutable()226 for (int i = 0; i < NUM_POLICIES; i++) { in snapshotImmutable()[all …]
47 public static final int NUM_POLICIES = 5; field in Alarm145 mPolicyWhenElapsed = new long[NUM_POLICIES]; in Alarm()238 for (int i = 0; i < NUM_POLICIES; i++) { in updateWhenElapsed()348 for (int i = 0; i < NUM_POLICIES; i++) { in dump()421 mPolicyWhenElapsed = Arrays.copyOf(a.mPolicyWhenElapsed, NUM_POLICIES); in Snapshot()429 for (int i = 0; i < NUM_POLICIES; i++) { in dump()