Home
last modified time | relevance | path

Searched refs:placeOutgoingCall (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DNewOutgoingCallIntentBroadcasterTest.java157 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(Uri.parse(voicemailNumber)), in testVoicemailCall()
316 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), isNull(GatewayInfo.class), in emergencyCallTestHelper()
340 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), isNull(GatewayInfo.class), in testUnmodifiedRegularCall()
358 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(encHandle), isNull(GatewayInfo.class), in testUnmodifiedSipCall()
378 verify(mCallsManager).placeOutgoingCall(eq(mCall), eq(handle), in testCallWithGatewayInfo()
525 verify(mCallsManager, never()).placeOutgoingCall(any(Call.class), any(Uri.class),
DCallsManagerTest.java1292 mCallsManager.placeOutgoingCall(outgoingCall, TEST_ADDRESS, null, true, in testSpeakerDisabledWhenNoVideoCapabilities()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedCallingActivity.java119 placeOutgoingCall(); in onCreate()
162 private void placeOutgoingCall() { in placeOutgoingCall() method in SelfManagedCallingActivity
/packages/services/Telecomm/src/com/android/server/telecom/
DNewOutgoingCallIntentBroadcaster.java492 mCallsManager.placeOutgoingCall(call, handle, gatewayInfo, speakerphoneOn, videoState); in placeOutgoingCallImmediately()
DCallsManager.java1775 placeOutgoingCall(call, call.getHandle(), null/* gatewayInfo */, in startConference()
2009 placeOutgoingCall(call, handle, gatewayInfo, speakerphoneOn,
2019 placeOutgoingCall(call, handle, null, speakerphoneOn,
2031 placeOutgoingCall(call, handle, gatewayInfo, speakerphoneOn, videoState);
2160 public void placeOutgoingCall(Call call, Uri handle, GatewayInfo gatewayInfo,