Searched refs:participants (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl116 * Initiates an IMS call with the specified participants and call profile.
121 * @param participants participant list to initiate an IMS conference call
126 void startConference(in String[] participants, in ImsCallProfile profile);
192 * @param participants participant list to be invited to the conference call after extending the call
195 void extendToConference(in String[] participants);
198 * Requests the conference server to invite an additional participants to the conference.
200 * @param participants participant list to be invited to the conference call
204 void inviteParticipants(in String[] participants);
207 * Requests the conference server to remove the specified participants from the conference.
209 * @param participants participan
[all...]
/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/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java52 private static final String KEY_PARTICIPANTS = "participants";
190 String[] participants = b.getStringArray(KEY_PARTICIPANTS);
191 if (participants == null || participants.length != 1) {
201 participants, b.getLong(KEY_TIMESTAMP));
/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/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/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...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1420 * @param participants the participant(s) and their new state information.
1424 List<ConferenceParticipant> participants) {
1429 conn.updateConferenceParticipants(participants);
/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/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1110 // Now that we know about valid backup participants, parse any
1698 HashSet<String> participants = mBackupParticipants.valueAt(i);
1699 if (participants != null) {
1700 for (String packageName : participants) {
2010 // Add the backup agents in the given packages to our set of known backup participants.
3810 Slog.i(TAG, "Adding widget participants to backup set:");
9684 HashSet<String> participants = mBackupParticipants.valueAt(i);
9685 for (String app: participants) {

Completed in 450 milliseconds