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.java773 int videoState, boolean isEmergency, Intent actionCallIntent) throws Exception { in startOutgoingPhoneCallWaitForBroadcaster() argument
786 if (actionCallIntent == null) { in startOutgoingPhoneCallWaitForBroadcaster()
787 actionCallIntent = new Intent(); in startOutgoingPhoneCallWaitForBroadcaster()
789 actionCallIntent.setData(Uri.parse("tel:" + number)); in startOutgoingPhoneCallWaitForBroadcaster()
790 actionCallIntent.putExtra(Intent.EXTRA_PHONE_NUMBER, number); in startOutgoingPhoneCallWaitForBroadcaster()
792 actionCallIntent.setAction(Intent.ACTION_CALL_EMERGENCY); in startOutgoingPhoneCallWaitForBroadcaster()
794 actionCallIntent.setAction(Intent.ACTION_CALL); in startOutgoingPhoneCallWaitForBroadcaster()
797 actionCallIntent.putExtra( in startOutgoingPhoneCallWaitForBroadcaster()
802 actionCallIntent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in startOutgoingPhoneCallWaitForBroadcaster()
808 actionCallIntent, null, false, true /* hasCallAppOp*/, false /* isLocal */); in startOutgoingPhoneCallWaitForBroadcaster()