Searched defs:localProfileUri (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | SipRegistrationListener.java | 30 void onRegistering(String localProfileUri); in onRegistering() 38 void onRegistrationDone(String localProfileUri, long expiryTime); in onRegistrationDone() 48 void onRegistrationFailed(String localProfileUri, int errorCode, in onRegistrationFailed()
|
D | ISipService.aidl | 32 void close(in String localProfileUri, String opPackageName); in close() 33 boolean isOpened(String localProfileUri, String opPackageName); in isOpened() 34 boolean isRegistered(String localProfileUri, String opPackageName); in isRegistered() 35 void setRegistrationListener(String localProfileUri, in setRegistrationListener()
|
D | SipManager.java | 284 public void setRegistrationListener(String localProfileUri, in setRegistrationListener() 303 public void close(String localProfileUri) throws SipException { in close() 320 public boolean isOpened(String localProfileUri) throws SipException { in isOpened() 342 public boolean isRegistered(String localProfileUri) throws SipException { in isRegistered() 401 public SipAudioCall makeAudioCall(String localProfileUri, in makeAudioCall()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipService.java | 204 public synchronized void close(String localProfileUri, String opPackageName) { in close() 223 public synchronized boolean isOpened(String localProfileUri, String opPackageName) { in isOpened() 238 public synchronized boolean isRegistered(String localProfileUri, String opPackageName) { in isRegistered() 253 public synchronized void setRegistrationListener(String localProfileUri, in setRegistrationListener()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |