Searched refs:SipManager (Results 1 – 12 of 12) sorted by relevance
69 public class SipManager { class162 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
598 if (!SipManager.isVoipSupported(mContext)) {633 if (!SipManager.isVoipSupported(mContext)) {
31 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()
5767 android.net.sip.SipManager$ListenerRelay5768 android.net.sip.SipManager
28164 Landroid/net/sip/SipManager$ListenerRelay;28165 Landroid/net/sip/SipManager;
33455 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;)V33460 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 …]
5771 android.net.sip.SipManager$ListenerRelay5772 android.net.sip.SipManager
38298 Landroid/net/sip/SipManager$ListenerRelay;38299 Landroid/net/sip/SipManager;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
9946 @Deprecated public class SipManager {
29278 @Deprecated public class SipManager {29292 … method @Deprecated public static android.net.sip.SipManager newInstance(android.content.Context);
17749 public class SipManager {17763 method public static android.net.sip.SipManager newInstance(android.content.Context);