Searched refs:activeProfile (Results 1 – 1 of 1) sorted by relevance
248 for (SipProfile activeProfile : activeList) { in processActiveProfilesFromSipService()249 SipProfile profile = getProfileFromList(activeProfile); in processActiveProfilesFromSipService()251 mSipProfileList.add(activeProfile); in processActiveProfilesFromSipService()253 profile.setCallingUid(activeProfile.getCallingUid()); in processActiveProfilesFromSipService()258 private SipProfile getProfileFromList(SipProfile activeProfile) { in getProfileFromList() argument260 if (p.getUriString().equals(activeProfile.getUriString())) { in getProfileFromList()