Searched refs:mTempExemptAppIds (Results 1 – 1 of 1) sorted by relevance
127 private int[] mTempExemptAppIds = mPowerExemptAllAppIds; field in AppStateTrackerImpl1048 final int[] previousTempExemptionList = mTempExemptAppIds; in setPowerSaveExemptionListAppIds()1051 mTempExemptAppIds = tempExemptionListAppIdArray; in setPowerSaveExemptionListAppIds()1060 if (!Arrays.equals(previousTempExemptionList, mTempExemptAppIds)) { in setPowerSaveExemptionListAppIds()1171 || ArrayUtils.contains(mTempExemptAppIds, appId)) { in areJobsRestricted()1274 return ArrayUtils.contains(mTempExemptAppIds, UserHandle.getAppId(uid)); in isUidTempPowerSaveExempt()1309 pw.println(Arrays.toString(mTempExemptAppIds)); in dump()1385 for (int appId : mTempExemptAppIds) { in dumpProto()