Home
last modified time | relevance | path

Searched defs:participants (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl126 void startConference(in String[] participants, in ImsCallProfile profile); in startConference()
195 void extendToConference(in String[] participants); in extendToConference()
204 void inviteParticipants(in String[] participants); in inviteParticipants()
213 void removeParticipants(in String[] participants); in removeParticipants()
DImsCallSession.java676 public void start(String[] participants, ImsCallProfile profile) { in start()
815 public void extendToConference(String[] participants) { in extendToConference()
833 public void inviteParticipants(String[] participants) { in inviteParticipants()
851 public void removeParticipants(String[] participants) { in removeParticipants()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java169 public void startConference(String[] participants, ImsCallProfile profile) in startConference()
267 public void extendToConference(String[] participants) throws RemoteException { in extendToConference()
278 public void inviteParticipants(String[] participants) throws RemoteException { in inviteParticipants()
289 public void removeParticipants(String[] participants) throws RemoteException { in removeParticipants()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatBase.java62 String[] participants, long latestTimestamp); in build()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java338 List<ConferenceParticipant> participants) { in onConferenceParticipantsStateChanged()
1064 public void start(ImsCallSession session, String[] participants) in start()
1417 public void extendToConference(String[] participants) throws ImsException { in extendToConference()
1453 public void inviteParticipants(String[] participants) throws ImsException { in inviteParticipants()
1471 public void removeParticipants(String[] participants) throws ImsException { in removeParticipants()
1662 Set<Entry<String, Bundle>> participants = state.mParticipants.entrySet(); in notifyConferenceStateUpdated() local
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java241 String[] participants = b.getStringArray(KEY_PARTICIPANTS); in getUnreadConversationFromBundle() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java95 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants); in onConferenceParticipantsChanged()
122 public void onConferenceParticipantsChanged(List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java4082 String[] participants, long latestTimestamp) { in UnreadConversation()
4250 String[] participants = { mParticipant }; in build() local
/frameworks/base/telecomm/java/android/telecom/
DConnection.java795 List<ConferenceParticipant> participants) {} in onConferenceParticipantsChanged()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java1931 HashSet<String> participants = mBackupParticipants.valueAt(i); in resetBackupState() local
11301 HashSet<String> participants = mBackupParticipants.valueAt(i); in dumpInternal() local