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.java478 Intent actionCallIntent = new Intent(); in startOutgoingPhoneCallPendingCreateConnection() local
479 actionCallIntent.setData(Uri.parse("tel:" + number)); in startOutgoingPhoneCallPendingCreateConnection()
480 actionCallIntent.putExtra(Intent.EXTRA_PHONE_NUMBER, number); in startOutgoingPhoneCallPendingCreateConnection()
481 actionCallIntent.setAction(Intent.ACTION_CALL); in startOutgoingPhoneCallPendingCreateConnection()
483 actionCallIntent.putExtra( in startOutgoingPhoneCallPendingCreateConnection()
488 actionCallIntent.putExtra(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in startOutgoingPhoneCallPendingCreateConnection()
494 actionCallIntent, null, true /* hasCallAppOp*/); in startOutgoingPhoneCallPendingCreateConnection()
498 verify(localAppContext).sendBroadcastAsUser(actionCallIntent, UserHandle.SYSTEM); in startOutgoingPhoneCallPendingCreateConnection()
499 mTelecomSystem.getCallIntentProcessor().processIntent(actionCallIntent); in startOutgoingPhoneCallPendingCreateConnection()