Searched refs:mParticipants (Results 1 – 5 of 5) sorted by relevance
88 public HashMap<String, Bundle> mParticipants = new HashMap<String, Bundle>(); field in ImsConferenceState104 out.writeInt(mParticipants.size()); in writeToParcel()106 if (mParticipants.size() > 0) { in writeToParcel()107 Set<Entry<String, Bundle>> entries = mParticipants.entrySet(); in writeToParcel()128 mParticipants.put(user, state); in readFromParcel()
101 conferenceState.mParticipants.put(participant.getString( in parse()
3083 private final String[] mParticipants; field in NotificationCompat.CarExtender.UnreadConversation3093 mParticipants = participants; in UnreadConversation()3137 return mParticipants; in getParticipants()3145 return mParticipants.length > 0 ? mParticipants[0] : null; in getParticipant()
5435 private final String[] mParticipants; field in Notification.CarExtender.UnreadConversation5445 mParticipants = participants; in UnreadConversation()5484 return mParticipants; in getParticipants()5491 return mParticipants.length > 0 ? mParticipants[0] : null; in getParticipant()5504 if (mParticipants != null && mParticipants.length > 1) { in getBundleForUnreadConversation()5505 author = mParticipants[0]; in getBundleForUnreadConversation()5520 b.putStringArray(KEY_PARTICIPANTS, mParticipants); in getBundleForUnreadConversation()
1575 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated()