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()
3878 private final String[] mParticipants; field in NotificationCompat.CarExtender.UnreadConversation3888 mParticipants = participants; in UnreadConversation()3932 return mParticipants; in getParticipants()3940 return mParticipants.length > 0 ? mParticipants[0] : null; in getParticipant()
6665 private final String[] mParticipants; field in Notification.CarExtender.UnreadConversation6675 mParticipants = participants; in UnreadConversation()6714 return mParticipants; in getParticipants()6721 return mParticipants.length > 0 ? mParticipants[0] : null; in getParticipant()6734 if (mParticipants != null && mParticipants.length > 1) { in getBundleForUnreadConversation()6735 author = mParticipants[0]; in getBundleForUnreadConversation()6750 b.putStringArray(KEY_PARTICIPANTS, mParticipants); in getBundleForUnreadConversation()
1657 if (state == null || state.mParticipants == null) { in notifyConferenceStateUpdated()1661 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated()