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

/frameworks/support/compat/ics/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/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java157 * Initiates an IMS call with the specified participants and call profile.
162 * @param participants participant list to initiate an IMS conference call
169 public void startConference(String[] participants, ImsCallProfile profile) argument
261 * @param participants participant list to be invited to the conference call after extending the
267 public void extendToConference(String[] participants) throws RemoteException { argument
271 * Requests the conference server to invite an additional participants to the conference.
273 * @param participants participant list to be invited to the conference call
278 public void inviteParticipants(String[] participants) throws RemoteException { argument
282 * Requests the conference server to remove the specified participants from the conference.
284 * @param participants participan
289 removeParticipants(String[] participants) argument
[all...]
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java285 * Called when the invitation request of the participants is delivered to the conference
295 * Called when the invitation request of the participants is failed.
306 * Called when the removal request of the participants is delivered to the conference
316 * Called when the removal request of the participants is failed.
671 * @param participants participant list to initiate an IMS conference call
676 public void start(String[] participants, ImsCallProfile profile) { argument
682 miSession.startConference(participants, profile);
811 * @param participants list to be invited to the conference call after extending the call
815 public void extendToConference(String[] participants) { argument
821 miSession.extendToConference(participants);
833 inviteParticipants(String[] participants) argument
851 removeParticipants(String[] participants) argument
[all...]
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java280 * Called when the invitation request of the participants is delivered to
290 * Called when the invitation request of the participants is failed.
301 * Called when the removal request of the participants is delivered to
311 * Called when the removal request of the participants is failed.
335 * @param participants the participant(s) and their new state information.
338 List<ConferenceParticipant> participants) {
726 * Gets the list of conference participants currently
729 * @return Copy of the list of conference participants.
1061 * @param participants participant list to initiate an IMS conference call
1064 public void start(ImsCallSession session, String[] participants) argument
337 onConferenceParticipantsStateChanged(ImsCall call, List<ConferenceParticipant> participants) argument
1417 extendToConference(String[] participants) argument
1453 inviteParticipants(String[] participants) argument
1471 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
412 * Get the details of conference participants. Expected to be
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java283 * retains connections to the individual participants of the conference. Another example is an
285 * the conference server ensures the radio is aware of the participants in the conference, which
344 * participants in the conference (eg. on CDMA).
795 List<ConferenceParticipant> participants) {}
2946 * @param conferenceParticipants The participants.
794 onConferenceParticipantsChanged(Connection c, List<ConferenceParticipant> participants) argument
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java2150 * if it doesn't have a specific name, a list of the participants in the conversation. Do not
4082 String[] participants, long latestTimestamp) {
4087 mParticipants = participants;
4127 * Gets the participants in the conversation.
4155 String[] participants, long latestTimestamp) {
4159 participants, latestTimestamp);
4250 String[] participants = { mParticipant };
4252 mReadPendingIntent, participants, mLatestTimestamp);
4080 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/base/core/java/android/app/
H A DNotification.java7832 private static final String KEY_PARTICIPANTS = "participants";
7844 String[] participants, long latestTimestamp) {
7849 mParticipants = participants;
7885 * Gets the participants in the conversation.
7961 String[] participants = b.getStringArray(KEY_PARTICIPANTS);
7962 if (participants == null || participants.length != 1) {
7970 participants, b.getLong(KEY_TIMESTAMP));
8061 String[] participants = { mParticipant };
8063 mReadPendingIntent, participants, mLatestTimestam
7842 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
[all...]

Completed in 2085 milliseconds