HomeSort by relevance Sort by last modified time
    Searched refs:retrieveSipProfileList (Results 1 - 5 of 5) sorted by null

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipUtil.java 150 List<SipProfile> profilesDeStorage = dbDeStorage.retrieveSipProfileList();
204 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList();
SipProfileDb.java 116 public List<SipProfile> retrieveSipProfileList() {
SipAccountRegistry.java 238 List<SipProfile> sipProfileList = profileDb.retrieveSipProfileList();
SipConnectionService.java 213 List<SipProfile> profileList = mSipProfileDb.retrieveSipProfileList();
SipSettings.java 204 mSipProfileList = mProfileDb.retrieveSipProfileList();

Completed in 55 milliseconds