HomeSort by relevance Sort by last modified time
    Searched defs:onCallDestroyed (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallService.java 55 public void onCallDestroyed(Call call) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java 55 public void onCallDestroyed(Call call) {};
124 public void onCallDestroyed(Call call) {
125 super.onCallDestroyed(call);
127 getCallbacks().onCallDestroyed(call);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 326 public void onCallDestroyed(Call call) {
327 Log.d("CallCallback:onCallDestroyed()");
    [all...]

Completed in 1139 milliseconds