Searched refs:ALLOW_WHILE_IDLE_QUOTA (Results 1 – 2 of 2) sorted by relevance
825 assertEquals(20, mService.mConstants.ALLOW_WHILE_IDLE_QUOTA);841 assertEquals(1, mService.mConstants.ALLOW_WHILE_IDLE_QUOTA);843 assertEquals(1, mService.mConstants.ALLOW_WHILE_IDLE_QUOTA);1722 final int quota = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA;1781 final int fullQuota = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA;1858 final int numAlarms = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA + 100;1956 final int quota = mService.mConstants.ALLOW_WHILE_IDLE_QUOTA;
805 public int ALLOW_WHILE_IDLE_QUOTA = DEFAULT_ALLOW_WHILE_IDLE_QUOTA; field in AlarmManagerService.Constants927 ALLOW_WHILE_IDLE_QUOTA = properties.getInt(KEY_ALLOW_WHILE_IDLE_QUOTA, in onPropertiesChanged()929 if (ALLOW_WHILE_IDLE_QUOTA <= 0) { in onPropertiesChanged()931 ALLOW_WHILE_IDLE_QUOTA = 1; in onPropertiesChanged()1135 pw.print(KEY_ALLOW_WHILE_IDLE_QUOTA, ALLOW_WHILE_IDLE_QUOTA); in dump()2391 quota = mConstants.ALLOW_WHILE_IDLE_QUOTA; in adjustDeliveryTimeBasedOnBatterySaver()2453 quota = mConstants.ALLOW_WHILE_IDLE_QUOTA; in adjustDeliveryTimeBasedOnDeviceIdle()