Searched refs:mSipProfileList (Results 1 – 1 of 1) sorted by relevance
72 private List<SipProfile> mSipProfileList; field in SipSettings205 mSipProfileList = mProfileDb.retrieveSipProfileList(); in retrieveSipLists()207 Collections.sort(mSipProfileList, new Comparator<SipProfile>() { in retrieveSipLists()219 if (mSipProfileList.isEmpty()) { in retrieveSipLists()223 for (SipProfile p : mSipProfileList) { in retrieveSipLists()229 for (SipProfile p : mSipProfileList) { in retrieveSipLists()251 mSipProfileList.add(activeProfile); in processActiveProfilesFromSipService()259 for (SipProfile p : mSipProfileList) { in getProfileFromList()320 mSipProfileList.remove(p); in deleteProfile()334 mSipProfileList.add(p); in addProfile()