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

/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java127 static Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { argument
128 if (uc == null) {
133 if (uc.getParticipants() != null && uc.getParticipants().length > 1) {
134 author = uc.getParticipants()[0];
136 Parcelable[] messages = new Parcelable[uc.getMessages().length];
139 m.putString(KEY_TEXT, uc.getMessages()[i]);
144 RemoteInputCompatBase.RemoteInput remoteInput = uc.getRemoteInput();
148 b.putParcelable(KEY_ON_REPLY, uc.getReplyPendingIntent());
149 b.putParcelable(KEY_ON_READ, uc
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java456 Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc); argument
527 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { argument
764 public Bundle getBundleForUnreadConversation(NotificationCompatBase.UnreadConversation uc) { argument
765 return NotificationCompatApi21.getBundleForUnreadConversation(uc);

Completed in 595 milliseconds