Searched refs:actionCallIntent (Results 1 – 1 of 1) sorted by relevance
598 Intent actionCallIntent = new Intent(); in startOutgoingPhoneCallWaitForBroadcaster() local599 actionCallIntent.setData(Uri.parse("tel:" + number)); in startOutgoingPhoneCallWaitForBroadcaster()600 actionCallIntent.putExtra(Intent.EXTRA_PHONE_NUMBER, number); in startOutgoingPhoneCallWaitForBroadcaster()602 actionCallIntent.setAction(Intent.ACTION_CALL_EMERGENCY); in startOutgoingPhoneCallWaitForBroadcaster()604 actionCallIntent.setAction(Intent.ACTION_CALL); in startOutgoingPhoneCallWaitForBroadcaster()607 actionCallIntent.putExtra( in startOutgoingPhoneCallWaitForBroadcaster()612 actionCallIntent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in startOutgoingPhoneCallWaitForBroadcaster()618 actionCallIntent, null, true /* hasCallAppOp*/); in startOutgoingPhoneCallWaitForBroadcaster()622 verify(localAppContext).sendBroadcastAsUser(actionCallIntent, UserHandle.SYSTEM); in startOutgoingPhoneCallWaitForBroadcaster()623 mTelecomSystem.getCallIntentProcessor().processIntent(actionCallIntent); in startOutgoingPhoneCallWaitForBroadcaster()