/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | InCallServiceStateValidator.java | 49 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in InCallServiceStateValidator.InCallServiceCallbacks 158 public void onCallRemoved(Call call) { in onCallRemoved() method in InCallServiceStateValidator 159 super.onCallRemoved(call); in onCallRemoved() 167 getCallbacks().onCallRemoved(call, mCalls.size()); in onCallRemoved()
|
D | DomainSelectionCallingBase.java | 275 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved() method in DomainSelectionCallingBase.ServiceCallBack
|
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/ |
D | CtsApi29InCallService.java | 55 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsApi29InCallService 56 super.onCallRemoved(call); in onCallRemoved()
|
/cts/tests/tests/telecom3/src/android/telecom/cts/ |
D | SelfManagedAwareInCallService.java | 126 public void onCallRemoved(Call call) { in onCallRemoved() method in SelfManagedAwareInCallService 127 super.onCallRemoved(call); in onCallRemoved()
|
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/ |
D | CtsThirdPartyInCallService.java | 92 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsThirdPartyInCallService 94 super.onCallRemoved(call); in onCallRemoved()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | MockInCallService.java | 59 public void onCallRemoved(Call call, int numCalls) {}; in onCallRemoved() method in MockInCallService.InCallServiceCallbacks 292 public void onCallRemoved(Call call) { in onCallRemoved() method in MockInCallService 294 super.onCallRemoved(call); in onCallRemoved() 304 getCallbacks().onCallRemoved(call, sCalls.size() + mConferenceCalls.size()); in onCallRemoved()
|
D | BaseTelecomTestWithMockServices.java | 497 public void onCallRemoved(Call call, int numCalls) { in setupCallbacks()
|
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/ |
D | CujInCallService.java | 66 public void onCallRemoved(Call call) { in onCallRemoved() method in CujInCallService
|
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/ |
D | CtsCarModeInCallService.java | 73 public void onCallRemoved(Call call) { in onCallRemoved() method in CtsCarModeInCallService
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingBase.java | 515 public void onCallRemoved(Call call, int numCalls) { in onCallRemoved() method in ImsCallingBase.ServiceCallBack
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 14119 method @Deprecated public void onCallRemoved(android.telecom.Phone, android.telecom.Call);
|
D | current.txt | 42976 method public void onCallRemoved(android.telecom.Call);
|