Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A 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),
H A DCallsManagerTest.java1358 mCallsManager.placeOutgoingCall(outgoingCall, TEST_ADDRESS, null, true, in testSpeakerDisabledWhenNoVideoCapabilities()
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedCallingActivity.java126 placeOutgoingCall(); in onCreate()
190 private void placeOutgoingCall() { in placeOutgoingCall() method in SelfManagedCallingActivity
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DNewOutgoingCallIntentBroadcaster.java492 mCallsManager.placeOutgoingCall(call, handle, gatewayInfo, speakerphoneOn, videoState); in placeOutgoingCallImmediately()
H A DCallsManager.java1905 placeOutgoingCall(call, call.getHandle(), null/* gatewayInfo */, in startConference()
2141 placeOutgoingCall(call, handle, gatewayInfo, speakerphoneOn,
2151 placeOutgoingCall(call, handle, null, speakerphoneOn,
2164 placeOutgoingCall(call, handle, gatewayInfo, speakerphoneOn, videoState);
2301 public void placeOutgoingCall(Call call, Uri handle, GatewayInfo gatewayInfo,