Searched refs:activeProfile (Results 1 – 1 of 1) sorted by relevance
247 for (SipProfile activeProfile : activeList) { in processActiveProfilesFromSipService()248 SipProfile profile = getProfileFromList(activeProfile); in processActiveProfilesFromSipService()250 mSipProfileList.add(activeProfile); in processActiveProfilesFromSipService()252 profile.setCallingUid(activeProfile.getCallingUid()); in processActiveProfilesFromSipService()257 private SipProfile getProfileFromList(SipProfile activeProfile) { in getProfileFromList() argument259 if (p.getUriString().equals(activeProfile.getUriString())) { in getProfileFromList()