Searched defs:getListOfProfiles (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java606 public SipProfile[] getListOfProfiles() throws SipException { method in class:SipManager
609 return mSipService.getListOfProfiles(mContext.getOpPackageName());
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java131 public synchronized SipProfile[] getListOfProfiles(String opPackageName) { method in class:SipService
132 if (!canUseSip(opPackageName, "getListOfProfiles")) {

Completed in 68 milliseconds