OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getListOfProfiles
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/voip/src/java/android/net/sip/
ISipService.aidl
42
SipProfile[]
getListOfProfiles
(String opPackageName);
SipManager.java
606
public SipProfile[]
getListOfProfiles
() throws SipException {
609
return mSipService.
getListOfProfiles
(mContext.getOpPackageName());
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java
243
activeList = mSipManager.
getListOfProfiles
();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java
131
public synchronized SipProfile[]
getListOfProfiles
(String opPackageName) {
132
if (!canUseSip(opPackageName, "
getListOfProfiles
")) {
[
all
...]
Completed in 109 milliseconds