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