Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java112 Bundle clientExtras = null; in processOutgoingCallIntent() local
114 clientExtras = intent.getBundleExtra(TelecomManager.EXTRA_OUTGOING_CALL_EXTRAS); in processOutgoingCallIntent()
116 if (clientExtras == null) { in processOutgoingCallIntent()
117 clientExtras = new Bundle(); in processOutgoingCallIntent()
123 clientExtras.putString(TelecomManager.EXTRA_CALL_SUBJECT, callsubject); in processOutgoingCallIntent()
128 clientExtras.putInt(TelecomManager.EXTRA_START_CALL_WITH_VIDEO_STATE, videoState); in processOutgoingCallIntent()
142 .startOutgoingCall(handle, phoneAccountHandle, clientExtras, initiatingUser); in processOutgoingCallIntent()
200 Bundle clientExtras = null; in processIncomingCallIntent() local
202 clientExtras = intent.getBundleExtra(TelecomManager.EXTRA_INCOMING_CALL_EXTRAS); in processIncomingCallIntent()
204 if (clientExtras == null) { in processIncomingCallIntent()
[all …]