HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionService (Results 1 - 15 of 15) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionManager.java 77 if (a.getConnectionService() == b.getConnectionService()) {
79 a.getConnectionService().conference(a.getId(), b.getId());
84 a.getConnectionService(), a.getId(),
85 b.getConnectionService(), b.getId());
ParcelableCallAnalytics.java 420 public String getConnectionService() {
RemoteConnection.java     [all...]
Connection.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 77 if (getPrimaryConnection().getConnectionService()
HfpClientConnection.java 191 if (getConnectionService().getAllConnections().size() > 1) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 162 when(mMockCall.getConnectionService()).thenReturn(service);
170 when(mMockCall.getConnectionService()).thenReturn(service);
197 when(mMockCall.getConnectionService()).thenReturn(service);
205 when(mMockCall.getConnectionService()).thenReturn(service);
AnalyticsTests.java 123 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService());
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 162 ConnectionServiceWrapper service = mCall.getConnectionService();
413 ConnectionServiceWrapper connectionManager = mCall.getConnectionService();
CallsManager.java 342 listener.onConnectionServiceChanged(call, null, call.getConnectionService());
    [all...]
CallAudioRouteStateMachine.java     [all...]
Call.java     [all...]
ConnectionServiceWrapper.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 214 milliseconds