/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference() argument 195 void extendToConference(in String[] participants); in extendToConference() argument 204 void inviteParticipants(in String[] participants); in inviteParticipants() argument 213 void removeParticipants(in String[] participants); in removeParticipants() argument
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 675 public void start(String[] participants, ImsCallProfile profile) { in start() argument 681 miSession.startConference(participants, profile); in start() 813 public void extendToConference(String[] participants) { in extendToConference() argument 819 miSession.extendToConference(participants); in extendToConference() 831 public void inviteParticipants(String[] participants) { in inviteParticipants() argument 837 miSession.inviteParticipants(participants); in inviteParticipants() 849 public void removeParticipants(String[] participants) { in removeParticipants() argument 855 miSession.removeParticipants(participants); in removeParticipants()
|
/frameworks/support/compat/api21/android/support/v4/app/ |
D | NotificationCompatApi21.java | 212 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local 213 if (participants == null || participants.length != 1) { in getUnreadConversationFromBundle() 223 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 337 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged() argument 1057 public void start(ImsCallSession session, String[] participants) in start() argument 1066 session.start(participants, mCallProfile); in start() 1410 public void extendToConference(String[] participants) throws ImsException { in extendToConference() argument 1437 mSession.extendToConference(participants); in extendToConference() 1446 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants() argument 1456 mSession.inviteParticipants(participants); in inviteParticipants() 1464 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants() argument 1473 mSession.removeParticipants(participants); in removeParticipants() 1655 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated() local [all …]
|
/frameworks/support/compat/gingerbread/android/support/v4/app/ |
D | NotificationCompatBase.java | 58 String[] participants, long latestTimestamp); in build() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 95 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged() argument 122 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged() argument
|
/frameworks/support/compat/java/android/support/v4/app/ |
D | NotificationCompat.java | 3826 String[] participants, long latestTimestamp) { in UnreadConversation() argument 3831 mParticipants = participants; in UnreadConversation() 3900 String[] participants, long latestTimestamp) { 3904 participants, latestTimestamp); 3995 String[] participants = { mParticipant }; in build() local 3997 mReadPendingIntent, participants, mLatestTimestamp); in build()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 6666 String[] participants, long latestTimestamp) { in UnreadConversation() argument 6671 mParticipants = participants; in UnreadConversation() 6783 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local 6784 if (participants == null || participants.length != 1) { in getUnreadConversationFromBundle() 6792 participants, b.getLong(KEY_TIMESTAMP)); in getUnreadConversationFromBundle() 6883 String[] participants = { mParticipant }; in build() local 6885 mReadPendingIntent, participants, mLatestTimestamp); in build()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Connection.java | 709 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 1862 List<ConferenceParticipant> participants) { 1867 conn.updateConferenceParticipants(participants);
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 1818 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local 1819 if (participants != null) { in resetBackupState() 1820 for (String packageName : participants) { in resetBackupState() 10524 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local 10525 for (String app: participants) { in dumpInternal()
|
/frameworks/base/docs/html/training/auto/messaging/ |
D | index.jd | 181 reply as a message to go to the other conversation participants.</li>
|