Searched refs:sipProfileList (Results 1 – 3 of 3) sorted by relevance
123 List<SipProfile> sipProfileList = Collections.synchronizedList( in retrieveSipProfileListInternal() local128 if (dirs == null) return sipProfileList; in retrieveSipProfileListInternal()132 sipProfileList.add(p); in retrieveSipProfileListInternal()134 mProfilesCount = sipProfileList.size(); in retrieveSipProfileListInternal()135 return sipProfileList; in retrieveSipProfileListInternal()
238 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles() local240 for (SipProfile profile : sipProfileList) { in startSipProfiles()
204 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls() local205 for (SipProfile p : sipProfileList) { in useSipToReceiveIncomingCalls()