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