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

/frameworks/support/v4/donut/android/support/v4/app/
H A DNotificationCompatBase.java54 String[] participants, long latestTimestamp);
51 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/telephony/src/java/com/android/internal/telephony/
H A DConnection.java53 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); argument
78 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} argument
309 * Get the details of conference participants. Expected to be
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java276 * Called when the invitation request of the participants is delivered to
286 * Called when the invitation request of the participants is failed.
297 * Called when the removal request of the participants is delivered to
307 * Called when the removal request of the participants is failed.
331 * @param participants the participant(s) and their new state information.
334 List<ConferenceParticipant> participants) {
675 * Gets the list of conference participants currently
678 * @return The list of conference participants.
1004 * @param participants participant list to initiate an IMS conference call
1007 public void start(ImsCallSession session, String[] participants) argument
333 onConferenceParticipantsStateChanged(ImsCall call, List<ConferenceParticipant> participants) argument
1353 extendToConference(String[] participants) argument
1389 inviteParticipants(String[] participants) argument
1407 removeParticipants(String[] participants) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java187 * participants in the conference (eg. on CDMA).
233 * retains connections to the individual participants of the conference. Another example is an
235 * the conference server ensures the radio is aware of the participants in the conference, which
417 List<ConferenceParticipant> participants) {}
1903 * @param conferenceParticipants The participants.
416 onConferenceParticipantsChanged(Connection c, List<ConferenceParticipant> participants) argument
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java3088 String[] participants, long latestTimestamp) {
3093 mParticipants = participants;
3133 * Gets the participants in the conversation.
3162 String[] participants, long latestTimestamp) {
3166 participants, latestTimestamp);
3257 String[] participants = { mParticipant };
3259 mReadPendingIntent, participants, mLatestTimestamp);
3086 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
/frameworks/base/core/java/android/app/
H A DNotification.java5433 private static final String KEY_PARTICIPANTS = "participants";
5445 String[] participants, long latestTimestamp) {
5450 mParticipants = participants;
5486 * Gets the participants in the conversation.
5562 String[] participants = b.getStringArray(KEY_PARTICIPANTS);
5563 if (participants == null || participants.length != 1) {
5571 participants, b.getLong(KEY_TIMESTAMP));
5662 String[] participants = { mParticipant };
5664 mReadPendingIntent, participants, mLatestTimestam
5443 UnreadConversation(String[] messages, RemoteInput remoteInput, PendingIntent replyPendingIntent, PendingIntent readPendingIntent, String[] participants, long latestTimestamp) argument
[all...]

Completed in 2098 milliseconds