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