Home
last modified time | relevance | path

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

/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/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java114 public void onCallAdded(Call call) { in onCallAdded() method in SelfManagedAwareInCallService
115 super.onCallAdded(call); in onCallAdded()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java49 public void onCallAdded(Call call, int numCalls) {}; in onCallAdded() method in MockInCallService.InCallServiceCallbacks
235 public void onCallAdded(Call call) { in onCallAdded() method in MockInCallService
236 super.onCallAdded(call); in onCallAdded()
253 getCallbacks().onCallAdded(call, mCalls.size() + mConferenceCalls.size()); in onCallAdded()
DBasicInCallServiceTest.java93 public void onCallAdded(Call call, int numCalls) { in createCallbacks()
DBaseTelecomTestWithMockServices.java253 public void onCallAdded(Call call, int numCalls) { in setupCallbacks()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DDialerCallTestService.java54 public void onCallAdded(Call call) { in onCallAdded() method in DialerCallTestService