Home
last modified time | relevance | path

Searched refs:createConnection (Results 1 – 7 of 7) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCreateConnectionProcessorTest.java100 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class)); in testSimPhoneAccountSuccess()
119 verify(service, never()).createConnection(eq(mMockCall), in testbadPhoneAccount()
143 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class)); in testConnectionManagerSuccess()
178 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class)); in testConnectionManagerFailedFallToSim()
231 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class)); in testEmergencyCallToSim()
266 verify(service).createConnection(eq(mMockCall), any(CreateConnectionResponse.class)); in testEmergencyCallSimFailToConnectionManager()
DConnectionServiceFixture.java186 public void createConnection(PhoneAccountHandle connectionManagerPhoneAccount, in createConnection() method in ConnectionServiceFixture.FakeConnectionService
207 mConnectionServiceDelegateAdapter.createConnection(connectionManagerPhoneAccount, in createConnection()
DBasicCallTests.java293 .createConnection(any(PhoneAccountHandle.class), anyString(), in testIncomingCallFromContactWithSendToVoicemailIsRejected()
333 .createConnection(any(PhoneAccountHandle.class), anyString(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed()
376 .createConnection(any(PhoneAccountHandle.class), anyString(), in testIncomingCallFromBlockedNumberIsRejected()
DTelecomSystemTest.java547 .createConnection(eq(phoneAccountHandle), anyString(), any(ConnectionRequest.class), in outgoingCallCreateConnectionComplete()
594 .createConnection(any(PhoneAccountHandle.class), anyString(), in startIncomingPhoneCall()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DJavaNetHttpHelper.java85 c = createConnection(url, requestHeaders); in get()
110 c = createConnection(url, requestHeaders); in post()
127 private HttpURLConnection createConnection(String url, Map<String, String> headers) in createConnection() method in JavaNetHttpHelper
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java208 mService.createConnection(mCall, this); in attemptNextPhoneAccount()
DConnectionServiceWrapper.java699 public void createConnection(final Call call, final CreateConnectionResponse response) { in createConnection() method in ConnectionServiceWrapper
722 mServiceInterface.createConnection( in createConnection()