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;1047 final int[] previousExemptionList = mPowerExemptAllAppIds; in setPowerSaveExemptionListAppIds()1050 mPowerExemptAllAppIds = powerSaveExemptionListExceptIdleAppIdArray; in setPowerSaveExemptionListAppIds()1054 if (isAnyAppIdUnexempt(previousExemptionList, mPowerExemptAllAppIds)) { in setPowerSaveExemptionListAppIds()1056 } else if (!Arrays.equals(previousExemptionList, mPowerExemptAllAppIds)) { in setPowerSaveExemptionListAppIds()1126 if (ArrayUtils.contains(mPowerExemptAllAppIds, appId)) { in areAlarmsRestricted()1146 if (ArrayUtils.contains(mPowerExemptAllAppIds, appId)) { in areAlarmsRestrictedByBatterySaver()1170 if (ArrayUtils.contains(mPowerExemptAllAppIds, appId) in areJobsRestricted()1303 pw.println(Arrays.toString(mPowerExemptAllAppIds)); in dump()[all …]