Searched refs:activeProfile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/sip/
H A DSipSettings.java329 for (SipProfile activeProfile : activeList) {
330 SipProfile profile = getProfileFromList(activeProfile);
332 mSipProfileList.add(activeProfile);
334 profile.setCallingUid(activeProfile.getCallingUid());
339 private SipProfile getProfileFromList(SipProfile activeProfile) { argument
341 if (p.getUriString().equals(activeProfile.getUriString())) {

Completed in 3 milliseconds