Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DAlarmManagerService.java692 final String[] KEYS_APP_STANDBY_QUOTAS = { field in AlarmManagerService.Constants
1062 DeviceConfig.NAMESPACE_ALARM_MANAGER, KEYS_APP_STANDBY_QUOTAS); in updateStandbyQuotasLocked()
1065 KEYS_APP_STANDBY_QUOTAS[ACTIVE_INDEX], in updateStandbyQuotasLocked()
1067 for (int i = WORKING_INDEX; i < KEYS_APP_STANDBY_QUOTAS.length; i++) { in updateStandbyQuotasLocked()
1069 KEYS_APP_STANDBY_QUOTAS[i], in updateStandbyQuotasLocked()
1164 for (int i = 0; i < KEYS_APP_STANDBY_QUOTAS.length; i++) { in dump()
1165 pw.print(KEYS_APP_STANDBY_QUOTAS[i], APP_STANDBY_QUOTAS[i]); in dump()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
DAlarmManagerServiceTest.java721 mDeviceConfigKeys.add(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[ACTIVE_INDEX]);
722 mDeviceConfigKeys.add(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[WORKING_INDEX]);
723 mDeviceConfigKeys.add(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[FREQUENT_INDEX]);
725 .getInt(eq(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[ACTIVE_INDEX]), anyInt());
727 .getInt(eq(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[WORKING_INDEX]), anyInt());
729 .getInt(eq(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[FREQUENT_INDEX]), anyInt());