Searched refs:mTempExemptAppIds (Results 1 – 1 of 1) sorted by relevance
127 private int[] mTempExemptAppIds = mPowerExemptAllAppIds; field in AppStateTrackerImpl1049 final int[] previousTempExemptionList = mTempExemptAppIds; in setPowerSaveExemptionListAppIds()1052 mTempExemptAppIds = tempExemptionListAppIdArray; in setPowerSaveExemptionListAppIds()1061 if (!Arrays.equals(previousTempExemptionList, mTempExemptAppIds)) { in setPowerSaveExemptionListAppIds()1172 || ArrayUtils.contains(mTempExemptAppIds, appId)) { in areJobsRestricted()1275 return ArrayUtils.contains(mTempExemptAppIds, UserHandle.getAppId(uid)); in isUidTempPowerSaveExempt()1310 pw.println(Arrays.toString(mTempExemptAppIds)); in dump()1386 for (int appId : mTempExemptAppIds) { in dumpProto()