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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
CallNotificationReceiver.java 32 * {@link TestConnectionService}.
39 * TestConnectionService notification. Used to cancel (remove) the notification.
77 new ComponentName(context, TestConnectionService.class),
83 extras.putBoolean(TestConnectionService.EXTRA_IS_VIDEO_CALL, isVideoCall);
85 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle);
94 new ComponentName(context, TestConnectionService.class),
103 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle);
TestConnectionService.java 48 public class TestConnectionService extends ConnectionService {
302 ComponentName componentName = new ComponentName(this, TestConnectionService.class);
349 ComponentName componentName = new ComponentName(this, TestConnectionService.class);
423 Log.w("telecomtestcs", "[TestConnectionService] " + msg);
CallServiceNotifier.java 42 * for {@link TestConnectionService}.
60 * {@link TestConnectionService} to know whether to provide a call video provider.
107 new ComponentName(context, TestConnectionService.class),
121 new ComponentName(context, TestConnectionService.class),

Completed in 543 milliseconds