Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java285 String[] peopleList = getExtraPeopleForKey(extras, Notification.EXTRA_PEOPLE_LIST); in getExtraPeople()
286 String[] legacyPeople = getExtraPeopleForKey(extras, Notification.EXTRA_PEOPLE); in getExtraPeople()
308 private static String[] getExtraPeopleForKey(Bundle extras, String key) { in getExtraPeopleForKey() method in ValidateNotificationPeople