Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomSystemTest.java738 Intent actionCallIntent = new Intent(); in startOutgoingPhoneCallWaitForBroadcaster() local
739 actionCallIntent.setData(Uri.parse("tel:" + number)); in startOutgoingPhoneCallWaitForBroadcaster()
740 actionCallIntent.putExtra(Intent.EXTRA_PHONE_NUMBER, number); in startOutgoingPhoneCallWaitForBroadcaster()
742 actionCallIntent.setAction(Intent.ACTION_CALL_EMERGENCY); in startOutgoingPhoneCallWaitForBroadcaster()
744 actionCallIntent.setAction(Intent.ACTION_CALL); in startOutgoingPhoneCallWaitForBroadcaster()
747 actionCallIntent.putExtra( in startOutgoingPhoneCallWaitForBroadcaster()
752 actionCallIntent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in startOutgoingPhoneCallWaitForBroadcaster()
758 actionCallIntent, null, true /* hasCallAppOp*/, false /* isLocal */); in startOutgoingPhoneCallWaitForBroadcaster()