Home
last modified time | relevance | path

Searched refs:onCallAdded (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallService.java45 public void onCallAdded(Call call) { in onCallAdded() method in CtsApi29InCallService
46 super.onCallAdded(call); in onCallAdded()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java67 public void onCallAdded(Call call) { in onCallAdded() method in CtsThirdPartyInCallService
69 super.onCallAdded(call); in onCallAdded()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java50 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded() method in MockInCallService.InCallServiceCallbacks
236 public void onCallAdded(Call call) { in onCallAdded() method in MockInCallService
237 super.onCallAdded(call); in onCallAdded()
254 getCallbacks().onCallAdded(call, mCalls.size() + mConferenceCalls.size()); in onCallAdded()
DBasicInCallServiceTest.java126 public void onCallAdded(Call call, int numCalls) { in createCallbacks()
DOutgoingCallTest.java213 public void onCallAdded(Call call, int numCalls) { in testAccountSelectionAvailable()
DBaseTelecomTestWithMockServices.java310 public void onCallAdded(Call call, int numCalls) { in setupCallbacks()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java114 public void onCallAdded(Call call) { in onCallAdded() method in SelfManagedAwareInCallService
115 super.onCallAdded(call); in onCallAdded()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerCallTestService.java58 public void onCallAdded(Call call) { in onCallAdded() method in DialerCallTestService
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java57 public void onCallAdded(Call call) { in onCallAdded() method in CtsCarModeInCallService