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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4217 if (uc.getParticipants() != null && uc.getParticipants().length > 1) {
4218 author = uc.getParticipants()[0];
4241 b.putStringArray(KEY_PARTICIPANTS, uc.getParticipants());
4397 public String[] getParticipants() { method in class:NotificationCompat.CarExtender.UnreadConversation
/frameworks/base/core/java/android/app/
H A DNotification.java8091 public String[] getParticipants() { method in class:Notification.CarExtender.UnreadConversation

Completed in 133 milliseconds