HomeSort by relevance Sort by last modified time
    Searched refs:onCallRemoved (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
CtsThirdPartyInCallService.java 74 public void onCallRemoved(Call call) {
75 Log.i(TAG, "onCallRemoved");
76 super.onCallRemoved(call);
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallService.java 126 public void onCallRemoved(Call call) {
127 super.onCallRemoved(call);
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java 50 public void onCallRemoved(Call call, int numCalls) {};
258 public void onCallRemoved(Call call) {
259 super.onCallRemoved(call);
266 getCallbacks().onCallRemoved(call, mCalls.size() + mConferenceCalls.size());
BaseTelecomTestWithMockServices.java 258 public void onCallRemoved(Call call, int numCalls) {
259 Log.i(TAG, "onCallRemoved, Call: " + call + ", Num Calls: " + numCalls);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 71 public static void onCallRemoved(String callId, Call call) {
72 Log.d("CallListener:onCallRemoved()");
263 * onCallAdded/onCallRemoved.
602 public void onCallRemoved(Call call) {
603 Log.d("onCallRemoved: " + call.toString());
609 CallListener.onCallRemoved(id, call);
    [all...]

Completed in 228 milliseconds