Searched refs:startSipIntent (Results 1 – 1 of 1) sorted by relevance
193 Intent startSipIntent = new Intent(); in startSipService() local194 startSipIntent.setAction(SipManager.ACTION_START_SIP); in startSipService()195 startSipIntent.setPackage(PHONE_PACKAGE); in startSipService()196 phoneGlobalsContext.startService(startSipIntent); in startSipService()