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

/packages/apps/Phone/src/com/android/phone/
H A DSipCallOptionHandler.java77 private List<SipProfile> mProfileList; field in class:SipCallOptionHandler
299 CharSequence[] entries = new CharSequence[mProfileList.size()];
301 for (SipProfile p : mProfileList) {
322 mOutgoingSipProfile = mProfileList.get(id);
428 if ((mProfileList != null) && (mProfileList.size() > 0)) {
441 mProfileList = mSipProfileDb.retrieveSipProfileList();
442 if (mProfileList == null) return null;
443 for (SipProfile p : mProfileList) {

Completed in 11 milliseconds