Searched refs:mPowerExemptAllAppIds (Results 1 – 1 of 1) sorted by relevance
118 private int[] mPowerExemptAllAppIds = new int[0]; field in AppStateTrackerImpl127 private int[] mTempExemptAppIds = mPowerExemptAllAppIds;1048 final int[] previousExemptionList = mPowerExemptAllAppIds; in setPowerSaveExemptionListAppIds()1051 mPowerExemptAllAppIds = powerSaveExemptionListExceptIdleAppIdArray; in setPowerSaveExemptionListAppIds()1055 if (isAnyAppIdUnexempt(previousExemptionList, mPowerExemptAllAppIds)) { in setPowerSaveExemptionListAppIds()1057 } else if (!Arrays.equals(previousExemptionList, mPowerExemptAllAppIds)) { in setPowerSaveExemptionListAppIds()1127 if (ArrayUtils.contains(mPowerExemptAllAppIds, appId)) { in areAlarmsRestricted()1147 if (ArrayUtils.contains(mPowerExemptAllAppIds, appId)) { in areAlarmsRestrictedByBatterySaver()1171 if (ArrayUtils.contains(mPowerExemptAllAppIds, appId) in areJobsRestricted()1254 return ArrayUtils.contains(mPowerExemptAllAppIds, UserHandle.getAppId(uid)); in isUidPowerSaveExempt()[all …]