Searched defs:mParticipants (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java90 public HashMap<String, Bundle> mParticipants = new HashMap<String, Bundle>(); field in class:ImsConferenceState
106 out.writeInt(mParticipants.size());
108 if (mParticipants.size() > 0) {
109 Set<Entry<String, Bundle>> entries = mParticipants.entrySet();
130 mParticipants.put(user, state);
181 if (mParticipants.size() > 0) {
182 Set<Entry<String, Bundle>> entries = mParticipants.entrySet();
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java4349 private final String[] mParticipants; field in class:NotificationCompat.CarExtender.UnreadConversation
4359 mParticipants = participants;
4398 return mParticipants;
4405 return mParticipants.length > 0 ? mParticipants[0] : null;
/frameworks/base/core/java/android/app/
H A DNotification.java8043 private final String[] mParticipants; field in class:Notification.CarExtender.UnreadConversation
8053 mParticipants = participants;
8092 return mParticipants;
8099 return mParticipants.length > 0 ? mParticipants[0] : null;
8112 if (mParticipants != null && mParticipants.length > 1) {
8113 author = mParticipants[0];
8128 b.putStringArray(KEY_PARTICIPANTS, mParticipants);

Completed in 93 milliseconds