Searched refs:getListOfProfiles (Results 1 – 3 of 3) sorted by relevance
42 SipProfile[] getListOfProfiles(String opPackageName); in getListOfProfiles() method
606 public SipProfile[] getListOfProfiles() throws SipException { in getListOfProfiles() method in SipManager609 return mSipService.getListOfProfiles(mContext.getOpPackageName()); in getListOfProfiles()
131 public synchronized SipProfile[] getListOfProfiles(String opPackageName) { in getListOfProfiles() method in SipService