Searched refs:TestConnectionService (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallNotificationReceiver.java | 86 new ComponentName(context, TestConnectionService.class), in sendIncomingCallIntent() 92 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); in sendIncomingCallIntent() 94 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingCallIntent() 102 new ComponentName(context, TestConnectionService.class), in sendIncomingRttCallIntent() 108 extras.putInt(TestConnectionService.EXTRA_START_VIDEO_STATE, videoState); in sendIncomingRttCallIntent() 110 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in sendIncomingRttCallIntent() 120 new ComponentName(context, TestConnectionService.class), in addNewUnknownCall() 129 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle); in addNewUnknownCall()
|
D | TestConnectionService.java | 57 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() {
|
D | TestConnectionServiceReceiver.java | 46 TestConnectionService cs = TestConnectionService.getInstance(); in onReceive()
|
D | CallServiceNotifier.java | 127 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()
|
D | TestVideoProvider.java | 23 import com.android.server.telecom.testapps.TestConnectionService.TestConnection;
|