Home
last modified time | relevance | path

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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipSettings.java71 private List<SipProfile> mSipProfileList; field in SipSettings
204 mSipProfileList = mProfileDb.retrieveSipProfileList(); in retrieveSipLists()
206 Collections.sort(mSipProfileList, new Comparator<SipProfile>() { in retrieveSipLists()
218 if (mSipProfileList.isEmpty()) { in retrieveSipLists()
222 for (SipProfile p : mSipProfileList) { in retrieveSipLists()
228 for (SipProfile p : mSipProfileList) { in retrieveSipLists()
250 mSipProfileList.add(activeProfile); in processActiveProfilesFromSipService()
258 for (SipProfile p : mSipProfileList) { in getProfileFromList()
319 mSipProfileList.remove(p); in deleteProfile()
333 mSipProfileList.add(p); in addProfile()