Searched refs:mParticipants (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/
H A DImsConferenceState.java88 public HashMap<String, Bundle> mParticipants = new HashMap<String, Bundle>(); field in class:ImsConferenceState
104 out.writeInt(mParticipants.size());
106 if (mParticipants.size() > 0) {
107 Set<Entry<String, Bundle>> entries = mParticipants.entrySet();
128 mParticipants.put(user, state);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DTestConferenceEventPackageParser.java101 conferenceState.mParticipants.put(participant.getString(
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java3083 private final String[] mParticipants; field in class:NotificationCompat.CarExtender.UnreadConversation
3093 mParticipants = participants;
3137 return mParticipants;
3145 return mParticipants.length > 0 ? mParticipants[0] : null;
/frameworks/base/core/java/android/app/
H A DNotification.java5435 private final String[] mParticipants; field in class:Notification.CarExtender.UnreadConversation
5445 mParticipants = participants;
5484 return mParticipants;
5491 return mParticipants.length > 0 ? mParticipants[0] : null;
5504 if (mParticipants != null && mParticipants.length > 1) {
5505 author = mParticipants[0];
5520 b.putStringArray(KEY_PARTICIPANTS, mParticipants);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1575 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet();

Completed in 487 milliseconds