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

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

Completed in 162 milliseconds