HomeSort by relevance Sort by last modified time
    Searched refs:open3 (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/voip/src/java/android/net/sip/
ISipService.aidl 29 void open3(in SipProfile localProfile,
SipManager.java 245 mSipService.open3(localProfile, incomingCallPendingIntent,
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 160 public synchronized void open3(SipProfile localProfile, method in class:SipService
164 if (!canUseSip(opPackageName, "open3")) {
169 if (DBG) log("open3: incomingCallPendingIntent cannot be null; "
173 if (DBG) log("open3: " + obfuscateSipUri(localProfile.getUriString()) + ": "
183 loge("open3:", e);
    [all...]

Completed in 565 milliseconds