HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionService (Results 1 - 22 of 22) 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(), null /*Session.Info*/);
84 a.getConnectionService(), a.getId(),
85 b.getConnectionService(), b.getId());
ParcelableCallAnalytics.java 420 public String getConnectionService() {
RemoteConnection.java     [all...]
Connection.java     [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnectionServiceTest.java 63 CtsSelfManagedConnectionService.getConnectionService();
303 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(
360 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(
399 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(
CtsSelfManagedConnectionService.java 64 public static CtsSelfManagedConnectionService getConnectionService() {
TestUtils.java 286 CtsSelfManagedConnectionService.getConnectionService();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
IncomingCallTestActivity.java 145 if (CtsConnectionService.getConnectionService() == null) {
149 CtsConnectionService.getConnectionService().getConnections();
OutgoingCallTestActivity.java 134 if (CtsConnectionService.getConnectionService() == null) {
138 CtsConnectionService.getConnectionService().getConnections();
CtsConnectionService.java 55 public static CtsConnectionService getConnectionService() {
SelfManagedIncomingCallTestActivity.java 152 CtsConnectionService ctsConnectionService = CtsConnectionService.getConnectionService();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 76 if (getPrimaryConnection().getConnectionService()
HfpClientConnection.java 239 if (getConnectionService().getAllConnections().size() > 1) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 163 when(mMockCall.getConnectionService()).thenReturn(service);
171 when(mMockCall.getConnectionService()).thenReturn(service);
198 when(mMockCall.getConnectionService()).thenReturn(service);
206 when(mMockCall.getConnectionService()).thenReturn(service);
AnalyticsTests.java 128 assertEquals(expectedAnalytics.connectionService, pCA.getConnectionService());
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java 95 CtsSelfManagedConnectionService.getConnectionService();
  /packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java 164 ConnectionServiceWrapper service = mCall.getConnectionService();
415 ConnectionServiceWrapper connectionManager = mCall.getConnectionService();
CallsManager.java 428 listener.onConnectionServiceChanged(call, null, call.getConnectionService());
532 call.getConnectionService() == incomingCall.getConnectionService()) {
    [all...]
CallAudioRouteStateMachine.java     [all...]
ConnectionServiceWrapper.java     [all...]
Call.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]

Completed in 360 milliseconds