Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java203 startSipProfiles(context, null, false); in restartSipService()
222 startSipProfiles(context, sipProfileName, enableProfile); in startSipProfilesAsync()
236 private void startSipProfiles(Context context, String sipProfileName, boolean enableProfile) { in startSipProfiles() method in SipAccountRegistry