Searched refs:isVoipSupported (Results 1 – 9 of 9) sorted by relevance
177 public static boolean isVoipSupported(Context context) { in isVoipSupported() method in SipManager372 if (!isVoipSupported(mContext)) { in makeAudioCall()404 if (!isVoipSupported(mContext)) { in makeAudioCall()
598 if (!SipManager.isVoipSupported(mContext)) {633 if (!SipManager.isVoipSupported(mContext)) {
53 public static boolean isVoipSupported(Context context) { in isVoipSupported() method in SipUtil54 return SipManager.isVoipSupported(context) in isVoipSupported()
52 if (!SipUtil.isVoipSupported(context)) { in onReceive()
91 if (!SipUtil.isVoipSupported(this)) { in onCreateOutgoingConnection()
67 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context); in initialize()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
27082 method @Deprecated public static boolean isVoipSupported(android.content.Context);
17760 method public static boolean isVoipSupported(android.content.Context);