Home
last modified time | relevance | path

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

/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/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallService.java45 public void onCallAdded(Call call) { in onCallAdded() method in CtsApi29InCallService
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallService.java57 public void onCallAdded(Call call) { in onCallAdded() method in CtsCarModeInCallService
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallService.java67 public void onCallAdded(Call call) { in onCallAdded() method in CtsThirdPartyInCallService
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java114 public void onCallAdded(Call call) { in onCallAdded() method in SelfManagedAwareInCallService
/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