Searched refs:sipProfileList (Results 1 – 3 of 3) sorted by relevance
131 List<SipProfile> sipProfileList = Collections.synchronizedList( in retrieveSipProfileListInternal() local136 if (dirs == null) return sipProfileList; in retrieveSipProfileListInternal()140 sipProfileList.add(p); in retrieveSipProfileListInternal()142 mProfilesCount = sipProfileList.size(); in retrieveSipProfileListInternal()143 return sipProfileList; in retrieveSipProfileListInternal()
238 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in startSipProfiles() local240 for (SipProfile profile : sipProfileList) { in startSipProfiles()
209 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList(); in useSipToReceiveIncomingCalls() local210 for (SipProfile p : sipProfileList) { in useSipToReceiveIncomingCalls()