Home
last modified time | relevance | path

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

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