Searched refs:KEYS_APP_STANDBY_QUOTAS (Results 1 – 2 of 2) sorted by relevance
337 constantsBuilder.append(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[ACTIVE_INDEX]); in setQuotasEnabled()339 constantsBuilder.append(mService.mConstants.KEYS_APP_STANDBY_QUOTAS[WORKING_INDEX]); in setQuotasEnabled()
405 final String[] KEYS_APP_STANDBY_QUOTAS = { field in AlarmManagerService.Constants555 KEYS_APP_STANDBY_QUOTAS[ACTIVE_INDEX], in updateConstants()557 for (int i = WORKING_INDEX; i < KEYS_APP_STANDBY_QUOTAS.length; i++) { in updateConstants()558 APP_STANDBY_QUOTAS[i] = mParser.getInt(KEYS_APP_STANDBY_QUOTAS[i], in updateConstants()627 for (int i = 0; i < KEYS_APP_STANDBY_QUOTAS.length; i++) { in dump()628 pw.print(KEYS_APP_STANDBY_QUOTAS[i]); pw.print("="); in dump()