Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DOutgoingCallBroadcaster.java285 Intent selectPhoneIntent = new Intent(ACTION_SIP_SELECT_PHONE, uri); in startSipCallOptionHandler() local
286 selectPhoneIntent.setClass(context, SipCallOptionHandler.class); in startSipCallOptionHandler()
287 selectPhoneIntent.putExtra(EXTRA_NEW_CALL_INTENT, newIntent); in startSipCallOptionHandler()
288 selectPhoneIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startSipCallOptionHandler()
291 "calling startActivity: " + selectPhoneIntent); in startSipCallOptionHandler()
293 context.startActivity(selectPhoneIntent); in startSipCallOptionHandler()