Home
last modified time | relevance | path

Searched refs:SipManager (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
DSipManager.java69 public class SipManager { class
162 public static SipManager newInstance(Context context) { in newInstance()
163 return (isApiSupported(context) ? new SipManager(context) : null); in newInstance()
190 private SipManager(Context context) { in SipManager() method in SipManager
DSipAudioCall.java598 if (!SipManager.isVoipSupported(mContext)) {
633 if (!SipManager.isVoipSupported(mContext)) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java31 import android.net.sip.SipManager;
104 if (SipManager.isApiSupported(context)) { in start()
107 context.sendBroadcast(new Intent(SipManager.ACTION_SIP_SERVICE_UP)); in start()
122 mSipOnWifiOnly = SipManager.isSipWifiOnly(context); in SipService()
345 Intent intent = new Intent(SipManager.ACTION_SIP_ADD_PHONE); in notifyProfileAdded()
346 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString()); in notifyProfileAdded()
355 Intent intent = new Intent(SipManager.ACTION_SIP_REMOVE_PROFILE); in notifyProfileRemoved()
356 intent.putExtra(SipManager.EXTRA_LOCAL_URI, localProfile.getUriString()); in notifyProfileRemoved()
588 Intent intent = SipManager.createIncomingCallBroadcast( in onRinging()
594 SipManager.INCOMING_CALL_RESULT_CODE, intent); in onRinging()
/frameworks/base/boot/
Dpreloaded-classes5767 android.net.sip.SipManager$ListenerRelay
5768 android.net.sip.SipManager
Dboot-image-profile.txt28164 Landroid/net/sip/SipManager$ListenerRelay;
28165 Landroid/net/sip/SipManager;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt33455 Landroid/net/sip/SipManager$ListenerRelay;-><init>(Landroid/net/sip/SipRegistrationListener;Ljava/l…
33456 Landroid/net/sip/SipManager$ListenerRelay;->getUri(Landroid/net/sip/ISipSession;)Ljava/lang/String;
33457 Landroid/net/sip/SipManager$ListenerRelay;->mListener:Landroid/net/sip/SipRegistrationListener;
33458 Landroid/net/sip/SipManager$ListenerRelay;->mUri:Ljava/lang/String;
33459 Landroid/net/sip/SipManager;-><init>(Landroid/content/Context;)V
33460 Landroid/net/sip/SipManager;->ACTION_SIP_ADD_PHONE:Ljava/lang/String;
33461 Landroid/net/sip/SipManager;->ACTION_SIP_CALL_OPTION_CHANGED:Ljava/lang/String;
33462 Landroid/net/sip/SipManager;->ACTION_SIP_INCOMING_CALL:Ljava/lang/String;
33463 Landroid/net/sip/SipManager;->ACTION_SIP_REMOVE_PHONE:Ljava/lang/String;
33464 Landroid/net/sip/SipManager;->ACTION_SIP_SERVICE_UP:Ljava/lang/String;
[all …]
/frameworks/base/config/
Dpreloaded-classes5771 android.net.sip.SipManager$ListenerRelay
5772 android.net.sip.SipManager
Dboot-image-profile.txt38298 Landroid/net/sip/SipManager$ListenerRelay;
38299 Landroid/net/sip/SipManager;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dsystem-current.txt9946 @Deprecated public class SipManager {
Dcurrent.txt29278 @Deprecated public class SipManager {
29292 … method @Deprecated public static android.net.sip.SipManager newInstance(android.content.Context);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt17749 public class SipManager {
17763 method public static android.net.sip.SipManager newInstance(android.content.Context);