Searched refs:getExtraPeopleForKey (Results 1 – 1 of 1) sorted by relevance
285 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