Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java164 AccountEntry accountEntry = getAccountEntry(sipProfileName); in removeSipProfile() local
166 if (accountEntry != null) { in removeSipProfile()
167 mAccounts.remove(accountEntry); in removeSipProfile()
183 AccountEntry accountEntry = getAccountEntry(sipProfileName); in stopSipService() local
184 if (accountEntry != null ) { in stopSipService()
186 accountEntry.stopSipService(sipManager); in stopSipService()