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.java202 startSipProfiles(context, null, false); in restartSipService()
221 startSipProfiles(context, sipProfileName, enableProfile); in startSipProfilesAsync()
235 private void startSipProfiles(Context context, String sipProfileName, boolean enableProfile) { in startSipProfiles() method in SipAccountRegistry