Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipUtil.java193 Intent startSipIntent = new Intent(); in startSipService() local
194 startSipIntent.setAction(SipManager.ACTION_START_SIP); in startSipService()
195 startSipIntent.setPackage(PHONE_PACKAGE); in startSipService()
196 phoneGlobalsContext.startService(startSipIntent); in startSipService()