Home
last modified time | relevance | path

Searched refs:onCallRedirectionComplete (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallRedirectionProcessorTest.java214 verify(mCallsManager, times(0)).onCallRedirectionComplete(eq(mCall), any(), in testCarrierServiceTimeoutNoUserDefinedService()
219 verify(mCallsManager, times(1)).onCallRedirectionComplete(eq(mCall), any(), in testCarrierServiceTimeoutNoUserDefinedService()
234 verify(mCallsManager, times(0)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutNoCarrierService()
240 verify(mCallsManager, times(0)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutNoCarrierService()
247 verify(mCallsManager, times(1)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutNoCarrierService()
263 verify(mCallsManager, times(0)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutAndCarrierServiceTimeout()
271 verify(mCallsManager, times(0)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutAndCarrierServiceTimeout()
278 verify(mCallsManager, times(1)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutAndCarrierServiceTimeout()
287 verify(mCallsManager, times(1)).onCallRedirectionComplete(eq(mCall), any(), in testUserDefinedServiceTimeoutAndCarrierServiceTimeout()
300 verify(mCallsManager, times(0)).onCallRedirectionComplete(eq(mCall), any(), in testProcessGatewayCall()
[all …]
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
H A DCallRedirectionProcessor.java123 onCallRedirectionComplete(mCall); in finishCallRedirection()
306 public void onCallRedirectionComplete(Call call) { in onCallRedirectionComplete() method in CallRedirectionProcessor
315 mCallsManager.onCallRedirectionComplete(mCall, mDestinationUri, in onCallRedirectionComplete()
325 mCallsManager.onCallRedirectionComplete(mCall, mDestinationUri, in onCallRedirectionComplete()
374 mCallsManager.onCallRedirectionComplete(mCall, mDestinationUri, in performCarrierCallRedirection()
401 onCallRedirectionComplete(mCall); in processTimeoutForCallRedirection()
H A DCallRedirectionCallback.java22 void onCallRedirectionComplete(Call call); in onCallRedirectionComplete() method
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManager.java2063 public void onCallRedirectionComplete(Call call, Uri handle,