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.java195 Intent startSipIntent = new Intent(); in startSipService() local
196 startSipIntent.setAction(SipManager.ACTION_START_SIP); in startSipService()
197 startSipIntent.setPackage(PHONE_PACKAGE); in startSipService()
198 phoneGlobalsContext.startService(startSipIntent); in startSipService()