Home
last modified time | relevance | path

Searched refs:TestConnectionService (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java87 new ComponentName(context, TestConnectionService.class), in sendIncomingCallIntent()
93 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); in sendIncomingCallIntent()
95 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingCallIntent()
104 new ComponentName(context, TestConnectionService.class), in sendIncomingRttCallIntent()
110 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); in sendIncomingRttCallIntent()
112 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingRttCallIntent()
123 new ComponentName(context, TestConnectionService.class), in addNewUnknownCall()
132 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in addNewUnknownCall()
DTestConnectionServiceReceiver.java46 TestConnectionService cs = TestConnectionService.getInstance(); in onReceive()
DTestConnectionService.java57 public class TestConnectionService extends ConnectionService { class
70 private static final String LOG_TAG = TestConnectionService.class.getSimpleName();
72 private static TestConnectionService INSTANCE;
423 ComponentName componentName = new ComponentName(this, TestConnectionService.class);
475 ComponentName componentName = new ComponentName(this, TestConnectionService.class);
496 public static TestConnectionService getInstance() {
DCallServiceNotifier.java127 new ComponentName(context, TestConnectionService.class), CALL_PROVIDER_ID); in registerPhoneAccount()
148 new ComponentName(context, TestConnectionService.class), SIM_SUBSCRIPTION_ID); in registerPhoneAccount()
168 new ComponentName(context, TestConnectionService.class), SIM_SUBSCRIPTION_ID2); in registerPhoneAccount()
DTestVideoProvider.java23 import com.android.server.telecom.testapps.TestConnectionService.TestConnection;