Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java328 return combineLists(legacyPeople, peopleList); in getExtraPeople()
331 private static String[] combineLists(String[] first, String[] second) { in combineLists() method in ValidateNotificationPeople