Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DTelecomSystemTest.java727 Intent actionCallIntent = new Intent(); in startOutgoingPhoneCallWaitForBroadcaster() local
728 actionCallIntent.setData(Uri.parse("tel:" + number)); in startOutgoingPhoneCallWaitForBroadcaster()
729 actionCallIntent.putExtra(Intent.EXTRA_PHONE_NUMBER, number); in startOutgoingPhoneCallWaitForBroadcaster()
731 actionCallIntent.setAction(Intent.ACTION_CALL_EMERGENCY); in startOutgoingPhoneCallWaitForBroadcaster()
733 actionCallIntent.setAction(Intent.ACTION_CALL); in startOutgoingPhoneCallWaitForBroadcaster()
736 actionCallIntent.putExtra( in startOutgoingPhoneCallWaitForBroadcaster()
741 actionCallIntent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in startOutgoingPhoneCallWaitForBroadcaster()
747 actionCallIntent, null, true /* hasCallAppOp*/, false /* isLocal */); in startOutgoingPhoneCallWaitForBroadcaster()