Searched refs:sipProfileList (Results 1 – 3 of 3) sorted by relevance
130 List<SipProfile> sipProfileList = Collections.synchronizedList( in retrieveSipProfileListInternal() local135 if (dirs == null) return sipProfileList; in retrieveSipProfileListInternal()139 sipProfileList.add(p); in retrieveSipProfileListInternal()141 mProfilesCount = sipProfileList.size(); in retrieveSipProfileListInternal()142 return sipProfileList; in retrieveSipProfileListInternal()
215 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles() local219 if (!sipProfileList.isEmpty()) { in startSipProfiles()220 for (SipProfile profile : sipProfileList) { in startSipProfiles()229 sendSipAccountsRemovedNotification(context, sipProfileList); in startSipProfiles()
220 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls() local221 for (SipProfile p : sipProfileList) { in useSipToReceiveIncomingCalls()