Searched defs:getParticipants (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java4680 if (uc.getParticipants() != null && uc.getParticipants().length > 1) {
4681 author = uc.getParticipants()[0];
4704 b.putStringArray(KEY_PARTICIPANTS, uc.getParticipants());
4860 public String[] getParticipants() { method in class:NotificationCompat.CarExtender.UnreadConversation
/frameworks/base/core/java/android/app/
H A DNotification.java9227 public String[] getParticipants() { method in class:Notification.CarExtender.UnreadConversation

Completed in 51 milliseconds