| /frameworks/base/telecomm/java/android/telecom/ |
| D | RemoteConference.java | 56 public void onStateChanged(RemoteConference conference, int oldState, int newState) {} in onStateChanged() 65 public void onDisconnected(RemoteConference conference, DisconnectCause disconnectCause) {} in onDisconnected() 73 public void onConnectionAdded(RemoteConference conference, RemoteConnection connection) {} in onConnectionAdded() 81 public void onConnectionRemoved(RemoteConference conference, RemoteConnection connection) {} in onConnectionRemoved() 91 RemoteConference conference, in onConnectionCapabilitiesChanged() 102 RemoteConference conference, in onConnectionPropertiesChanged() 114 RemoteConference conference, in onConferenceableConnectionsChanged() 123 public void onDestroyed(RemoteConference conference) {} in onDestroyed() 131 public void onExtrasChanged(RemoteConference conference, @Nullable Bundle extras) {} in onExtrasChanged() 168 final RemoteConference conference = this; in setDestroyed() local [all …]
|
| D | ConnectionService.java | 884 private void conference(String callId1, String callId2) { in conference() method in ConnectionService 940 Conference conference = connection.getConference(); in splitFromConference() local 948 Conference conference = findConferenceForAction(callId, "mergeConference"); in mergeConference() local 956 Conference conference = findConferenceForAction(callId, "swapConference"); in swapConference() local 1120 public final void addConference(Conference conference) { in addConference() 1308 public void onRemoteConferenceAdded(RemoteConference conference) {} in onRemoteConferenceAdded() 1319 public boolean containsConference(Conference conference) { in containsConference() 1383 private String addConferenceInternal(Conference conference) { in addConferenceInternal() 1400 private void removeConference(Conference conference) { in removeConference() 1462 Conference conference = (Conference) c; in createIdList() local
|
| D | Conference.java | 48 public void onStateChanged(Conference conference, int oldState, int newState) {} in onStateChanged() 49 public void onDisconnected(Conference conference, DisconnectCause disconnectCause) {} in onDisconnected() 50 public void onConnectionAdded(Conference conference, Connection connection) {} in onConnectionAdded() 51 public void onConnectionRemoved(Conference conference, Connection connection) {} in onConnectionRemoved() 53 Conference conference, List<Connection> conferenceableConnections) {} in onConferenceableConnectionsChanged() 54 public void onDestroyed(Conference conference) {} in onDestroyed() 56 Conference conference, int connectionCapabilities) {} in onConnectionCapabilitiesChanged() 58 Conference conference, int connectionProperties) {} in onConnectionPropertiesChanged() 61 public void onStatusHintsChanged(Conference conference, StatusHints statusHints) {} in onStatusHintsChanged()
|
| D | InCallAdapter.java | 215 public void conference(String callId, String otherCallId) { in conference() method in InCallAdapter
|
| D | Connection.java | 706 public void onConferenceChanged(Connection c, Conference conference) {} in onConferenceChanged() 1955 Conference conference = (Conference) c; in setConferenceables() local 2011 public final boolean setConference(Conference conference) { in setConference() 2446 Conference conference = (Conference) c; in clearConferenceableList() local
|
| D | RemoteConnection.java | 214 RemoteConference conference) {} in onConferenceChanged() 1328 void setConference(final RemoteConference conference) { in setConference()
|
| D | Call.java | 959 public void conference(Call callToConferenceWith) { in conference() method in Call
|
| /frameworks/base/telecomm/java/com/android/internal/telecom/ |
| D | IInCallAdapter.aidl | 53 void conference(String callId, String otherCallId); in conference() method
|
| D | IConnectionService.aidl | 69 void conference(String conferenceCallId, String callId); in conference() method
|
| D | IConnectionServiceAdapter.aidl | 66 void addConferenceCall(String callId, in ParcelableConference conference); in addConferenceCall()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
| D | SipPhone.java | 242 public void conference() throws CallStateException { in conference() method in SipPhone 255 public void conference(Call that) throws CallStateException { in conference() method in SipPhone
|
| D | SipCommandInterface.java | 137 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 | 681 public void conference (Message result) { in conference() method in SimulatedCommands
|
| D | SimulatedCommandsVerifier.java | 713 public void conference(Message result) { in conference() method in SimulatedCommandsVerifier
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| D | GsmCdmaCallTracker.java | 572 public void conference() { in conference() method in GsmCdmaCallTracker
|
| D | PhoneInternalInterface.java | 327 void conference() throws CallStateException; in conference() method
|
| D | CallManager.java | 878 public void conference(Call heldCall) throws CallStateException { in conference() method in CallManager
|
| D | GsmCdmaPhone.java | 778 public void conference() { in conference() method in GsmCdmaPhone
|
| D | CommandsInterface.java | 926 void conference (Message result); in conference() method
|
| D | RIL.java | 1194 conference (Message result) { in conference() method in RIL
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
| D | ImsPhoneCallTracker.java | 804 conference() { in conference() method in ImsPhoneCallTracker
|
| D | ImsPhone.java | 301 public void conference() { in conference() method in ImsPhone
|
| D | ImsPhoneCommandInterface.java | 137 public void conference (Message result) { in conference() method in ImsPhoneCommandInterface
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
| D | PhoneMock.java | 1118 public void conference() throws CallStateException { in conference() method in PhoneMock
|