Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java251 final LinkedList<String> pendingLookups = new LinkedList<String>(); in validatePeople() local
260 pendingLookups.add(handle); in validatePeople()
276 if (pendingLookups.isEmpty()) { in validatePeople()
282 return new PeopleRankingReconsideration(context, key, pendingLookups); in validatePeople()
515 LinkedList<String> pendingLookups) { in PeopleRankingReconsideration() argument
518 mPendingLookups = pendingLookups; in PeopleRankingReconsideration()