Home
last modified time | relevance | path

Searched defs: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
515 LinkedList<String> pendingLookups) { in PeopleRankingReconsideration()