Searched refs:ALLOW_WHILE_IDLE_QUOTA (Results 1 – 2 of 2) sorted by relevance
797 assertEquals(20, mService.mConstants.ALLOW_WHILE_IDLE_QUOTA);854 assertEquals(1, mService.mConstants.ALLOW_WHILE_IDLE_QUOTA);856 assertEquals(1, mService.mConstants.ALLOW_WHILE_IDLE_QUOTA);1735 final int quota = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA;1794 final int fullQuota = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA;1871 final int numAlarms = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA + 100;1969 final int quota = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA;
827 public int ALLOW_WHILE_IDLE_QUOTA = DEFAULT_ALLOW_WHILE_IDLE_QUOTA; field in AlarmManagerService.Constants971 ALLOW_WHILE_IDLE_QUOTA = properties.getInt(KEY_ALLOW_WHILE_IDLE_QUOTA, in onPropertiesChanged()973 if (ALLOW_WHILE_IDLE_QUOTA <= 0) { in onPropertiesChanged()975 ALLOW_WHILE_IDLE_QUOTA = 1; in onPropertiesChanged()1257 pw.print(KEY_ALLOW_WHILE_IDLE_QUOTA, ALLOW_WHILE_IDLE_QUOTA); in dump()2485 quota = mConstants.ALLOW_WHILE_IDLE_QUOTA; in adjustDeliveryTimeBasedOnBatterySaver()2547 quota = mConstants.ALLOW_WHILE_IDLE_QUOTA; in adjustDeliveryTimeBasedOnDeviceIdle()