Searched defs:participants (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/compat/gingerbread/android/support/v4/app/
H A DNotificationCompatBase.java62 String[] participants, long latestTimestamp);
59 build(String[] messages, RemoteInputCompatBase.RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java284 * Called when the invitation request of the participants is delivered to the conference
294 * Called when the invitation request of the participants is failed.
305 * Called when the removal request of the participants is delivered to the conference
315 * Called when the removal request of the participants is failed.
670 * @param participants participant list to initiate an IMS conference call
675 public void start(String[] participants, ImsCallProfile profile) { argument
681 miSession.startConference(participants, profile);
810 * @participants participant list to be invited to the conference call after extending the call
813 public void extendToConference(String[] participants) { argument
819 miSession.extendToConference(participants);
831 inviteParticipants(String[] participants) argument
849 removeParticipants(String[] participants) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java279 * Called when the invitation request of the participants is delivered to
289 * Called when the invitation request of the participants is failed.
300 * Called when the removal request of the participants is delivered to
310 * Called when the removal request of the participants is failed.
334 * @param participants the participant(s) and their new state information.
337 List<ConferenceParticipant> participants) {
725 * Gets the list of conference participants currently
728 * @return Copy of the list of conference participants.
1060 * @param participants participant list to initiate an IMS conference call
1063 public void start(ImsCallSession session, String[] participants) argument
336 onConferenceParticipantsStateChanged(ImsCall call, List<ConferenceParticipant> participants) argument
1416 extendToConference(String[] participants) argument
1452 inviteParticipants(String[] participants) argument
1470 removeParticipants(String[] participants) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java95 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); argument
122 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} argument
411 * Get the details of conference participants. Expected to be
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java273 * retains connections to the individual participants of the conference. Another example is an
275 * the conference server ensures the radio is aware of the participants in the conference, which
334 * participants in the conference (eg. on CDMA).
734 List<ConferenceParticipant> participants) {}
2542 * @param conferenceParticipants The participants.
733 onConferenceParticipantsChanged(Connection c, List<ConferenceParticipant> participants) argument
/frameworks/base/core/java/android/app/
H A DNotification.java6658 private static final String KEY_PARTICIPANTS = "participants";
6670 String[] participants, long latestTimestamp) {
6675 mParticipants = participants;
6711 * Gets the participants in the conversation.
6787 String[] participants = b.getStringArray(KEY_PARTICIPANTS);
6788 if (participants == null || participants.length != 1) {
6796 participants, b.getLong(KEY_TIMESTAMP));
6887 String[] participants = { mParticipant };
6889 mReadPendingIntent, participants, mLatestTimestam
6668 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3883 String[] participants, long latestTimestamp) {
3888 mParticipants = participants;
3928 * Gets the participants in the conversation.
3956 String[] participants, long latestTimestamp) {
3960 participants, latestTimestamp);
4051 String[] participants = { mParticipant };
4053 mReadPendingIntent, participants, mLatestTimestamp);
3881 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument

Completed in 381 milliseconds