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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DialerCallTestService.java 54 public void onCallAdded(Call call) {
  /cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
CtsThirdPartyInCallService.java 67 public void onCallAdded(Call call) {
68 Log.i(TAG, "onCallAdded");
69 super.onCallAdded(call);
  /cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallService.java 114 public void onCallAdded(Call call) {
115 super.onCallAdded(call);
  /cts/tests/tests/telecom/src/android/telecom/cts/
BasicInCallServiceTest.java 93 public void onCallAdded(Call call, int numCalls) {
MockInCallService.java 49 public void onCallAdded(Call call, int numCalls) {};
235 public void onCallAdded(Call call) {
236 super.onCallAdded(call);
253 getCallbacks().onCallAdded(call, mCalls.size() + mConferenceCalls.size());
BaseTelecomTestWithMockServices.java 253 public void onCallAdded(Call call, int numCalls) {
254 Log.i(TAG, "onCallAdded, Call: " + call + ", Num Calls: " + numCalls);
590 * We should have 1 onCallAdded, 2 onChildrenChanged and 2 onParentChanged invoked, so
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java 62 public static void onCallAdded(String callId, Call call) {
63 Log.d("CallListener:onCallAdded()");
263 * onCallAdded/onCallRemoved.
556 public void onCallAdded(Call call) {
557 Log.d("onCallAdded: " + call.toString());
598 CallListener.onCallAdded(id, call);
    [all...]

Completed in 1560 milliseconds