HomeSort by relevance Sort by last modified time
    Searched full:localprofileuri (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/net/voip/src/java/android/net/sip/
SipRegistrationListener.java 26 * @param localProfileUri the URI string of the SIP profile to register with
28 void onRegistering(String localProfileUri);
33 * @param localProfileUri the URI string of the SIP profile to register with
36 void onRegistrationDone(String localProfileUri, long expiryTime);
41 * @param localProfileUri the URI string of the SIP profile to register with
46 void onRegistrationFailed(String localProfileUri, int errorCode,
ISipService.aidl 32 void close(in String localProfileUri);
33 boolean isOpened(String localProfileUri);
34 boolean isRegistered(String localProfileUri);
35 void setRegistrationListener(String localProfileUri,
SipManager.java 235 * @param localProfileUri the URI of the profile
239 public void setRegistrationListener(String localProfileUri,
243 localProfileUri, createRelay(listener, localProfileUri));
253 * @param localProfileUri the URI of the profile to close
256 public void close(String localProfileUri) throws SipException {
258 mSipService.close(localProfileUri);
268 * @param localProfileUri the URI of the profile in question
272 public boolean isOpened(String localProfileUri) throws SipException {
274 return mSipService.isOpened(localProfileUri);
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 191 public synchronized void close(String localProfileUri) {
194 SipSessionGroupExt group = mSipGroups.get(localProfileUri);
201 group = mSipGroups.remove(localProfileUri);
209 public synchronized boolean isOpened(String localProfileUri) {
212 SipSessionGroupExt group = mSipGroups.get(localProfileUri);
223 public synchronized boolean isRegistered(String localProfileUri) {
226 SipSessionGroupExt group = mSipGroups.get(localProfileUri);
237 public synchronized void setRegistrationListener(String localProfileUri,
241 SipSessionGroupExt group = mSipGroups.get(localProfileUri);
    [all...]
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 148 public void onRegistering(String localProfileUri) {
152 public void onRegistrationDone(String localProfileUri, long expiryTime) {
156 public void onRegistrationFailed(String localProfileUri, int errorCode,
  /frameworks/base/docs/html/guide/topics/connectivity/
sip.jd 257 public void onRegistering(String localProfileUri) {
261 public void onRegistrationDone(String localProfileUri, long expiryTime) {
265 public void onRegistrationFailed(String localProfileUri, int errorCode,
  /prebuilts/sdk/18/
android.jar 

Completed in 779 milliseconds