Home
last modified time | relevance | path

Searched refs:newAppIds (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
H A DAlarmManagerService.java2035 final Set<Integer> newAppIds = new ArraySet<>(candidates.length); in refreshExactAlarmCandidates() local
2040 newAppIds.add(UserHandle.getAppId(uid)); in refreshExactAlarmCandidates()
2047 mExactAlarmCandidates = Collections.unmodifiableSet(newAppIds); in refreshExactAlarmCandidates()