/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 39 public void onStateChanged(RemoteConference conference, int oldState, int newState) {} in onStateChanged() 40 public void onDisconnected(RemoteConference conference, DisconnectCause disconnectCause) {} in onDisconnected() 41 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {} in onConnectionAdded() 42 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {} in onConnectionRemoved() 44 RemoteConference conference, in onConnectionCapabilitiesChanged() 47 RemoteConference conference, in onConferenceableConnectionsChanged() 49 public void onDestroyed(RemoteConference conference) {} in onDestroyed()
|
D | Conference.java | 43 public void onStateChanged(Conference conference, int oldState, int newState) {} in onStateChanged() 44 public void onDisconnected(Conference conference, DisconnectCause disconnectCause) {} in onDisconnected() 45 public void onConnectionAdded(Conference conference, Connection connection) {} in onConnectionAdded() 46 public void onConnectionRemoved(Conference conference, Connection connection) {} in onConnectionRemoved() 48 Conference conference, List<Connection> conferenceableConnections) {} in onConferenceableConnectionsChanged() 49 public void onDestroyed(Conference conference) {} in onDestroyed() 51 Conference conference, int connectionCapabilities) {} in onConnectionCapabilitiesChanged()
|
D | ConnectionService.java | 691 private void conference(String callId1, String callId2) { in conference() method in ConnectionService 747 Conference conference = connection.getConference(); in splitFromConference() local 755 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference() local 763 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference() local 873 public final void addConference(Conference conference) { in addConference() 1026 public void onRemoteConferenceAdded(RemoteConference conference) {} in onRemoteConferenceAdded() 1037 public boolean containsConference(Conference conference) { in containsConference() 1088 private String addConferenceInternal(Conference conference) { in addConferenceInternal() 1102 private void removeConference(Conference conference) { in removeConference() 1164 Conference conference = (Conference) c; in createIdList() local
|
D | InCallAdapter.java | 212 public void conference(String callId, String otherCallId) { in conference() method in InCallAdapter
|
D | Connection.java | 259 public void onConferenceChanged(Connection c, Conference conference) {} in onConferenceChanged() 1125 Conference conference = (Conference) c; in setConferenceables() local 1181 public final boolean setConference(Conference conference) { in setConference() 1407 Conference conference = (Conference) c; in clearConferenceableList() local
|
D | RemoteConnection.java | 205 RemoteConference conference) {} in onConferenceChanged() 951 void setConference(RemoteConference conference) { in setConference()
|
D | Call.java | 656 public void conference(Call callToConferenceWith) { in conference() method in Call
|
/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IInCallAdapter.aidl | 52 void conference(String callId, String otherCallId); in conference() method
|
D | IConnectionService.aidl | 65 void conference(String conferenceCallId, String callId); in conference() method
|
D | IConnectionServiceAdapter.aidl | 59 void addConferenceCall(String callId, in ParcelableConference conference); in addConferenceCall()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 231 public void conference() throws CallStateException { in conference() method in SipPhone 244 public void conference(Call that) throws CallStateException { in conference() method in SipPhone
|
D | SipCommandInterface.java | 134 public void conference (Message result) { in conference() method in SipCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedGsmCallState.java | 607 conference() { in conference() method in SimulatedGsmCallState
|
D | SimulatedCommands.java | 665 public void conference (Message result) { in conference() method in SimulatedCommands
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCallTracker.java | 293 conference() { in conference() method in GsmCallTracker
|
D | GSMPhone.java | 542 public void conference() { in conference() method in GSMPhone
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaCallTracker.java | 343 conference() { in conference() method in CdmaCallTracker
|
D | CDMAPhone.java | 351 public void conference() { in conference() method in CDMAPhone
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 515 conference() { in conference() method in ImsPhoneCallTracker
|
D | ImsPhone.java | 252 public void conference() { in conference() method in ImsPhone
|
D | ImsPhoneCommandInterface.java | 134 public void conference (Message result) { in conference() method in ImsPhoneCommandInterface
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 914 public void conference(Call heldCall) throws CallStateException { in conference() method in CallManager
|
D | PhoneProxy.java | 692 public void conference() throws CallStateException { in conference() method in PhoneProxy
|
D | Phone.java | 731 void conference() throws CallStateException; in conference() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java | 270 public void conference(Message result) { in conference() method in UsimDataDownloadCommands
|