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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipSettings.java247 for (SipProfile activeProfile : activeList) {
248 SipProfile profile = getProfileFromList(activeProfile);
250 mSipProfileList.add(activeProfile);
252 profile.setCallingUid(activeProfile.getCallingUid());
257 private SipProfile getProfileFromList(SipProfile activeProfile) { argument
259 if (p.getUriString().equals(activeProfile.getUriString())) {

Completed in 87 milliseconds