Searched refs:newAppIds (Results 1 – 1 of 1) sorted by relevance
2035 final Set<Integer> newAppIds = new ArraySet<>(candidates.length); in refreshExactAlarmCandidates() local2040 newAppIds.add(UserHandle.getAppId(uid)); in refreshExactAlarmCandidates()2047 mExactAlarmCandidates = Collections.unmodifiableSet(newAppIds); in refreshExactAlarmCandidates()