Searched refs:createConnection (Results 1 – 7 of 7) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CreateConnectionProcessorTest.java | 100 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()
|
D | ConnectionServiceFixture.java | 186 public void createConnection(PhoneAccountHandle connectionManagerPhoneAccount, in createConnection() method in ConnectionServiceFixture.FakeConnectionService 207 mConnectionServiceDelegateAdapter.createConnection(connectionManagerPhoneAccount, in createConnection()
|
D | BasicCallTests.java | 293 .createConnection(any(PhoneAccountHandle.class), anyString(), in testIncomingCallFromContactWithSendToVoicemailIsRejected() 333 .createConnection(any(PhoneAccountHandle.class), anyString(), in testIncomingCallCallerInfoLookupTimesOutIsAllowed() 376 .createConnection(any(PhoneAccountHandle.class), anyString(), in testIncomingCallFromBlockedNumberIsRejected()
|
D | TelecomSystemTest.java | 547 .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/ |
D | JavaNetHttpHelper.java | 85 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/ |
D | CreateConnectionProcessor.java | 208 mService.createConnection(mCall, this); in attemptNextPhoneAccount()
|
D | ConnectionServiceWrapper.java | 699 public void createConnection(final Call call, final CreateConnectionResponse response) { in createConnection() method in ConnectionServiceWrapper 722 mServiceInterface.createConnection( in createConnection()
|