Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java90 boolean stopSipService(SipManager sipManager) { in stopSipService() method in SipAccountRegistry.AccountEntry
181 void stopSipService(Context context, String sipProfileName) { in stopSipService() method in SipAccountRegistry
186 accountEntry.stopSipService(sipManager); in stopSipService()
DSipEditor.java300 mSipAccountRegistry.stopSipService(this, p.getProfileName()); in deleteAndUnregisterProfile()