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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipProfileDb.java57 if (mProfilesCount < 0) retrieveSipProfileListInternal();
71 if (mProfilesCount < 0) retrieveSipProfileListInternal();
99 return retrieveSipProfileListInternal();
103 private List<SipProfile> retrieveSipProfileListInternal() { method in class:SipProfileDb
120 log("retrieveSipProfileListInternal, exception: " + e);

Completed in 30 milliseconds