Searched refs:isVoipSupported (Results 1 – 6 of 6) sorted by relevance
52 public static boolean isVoipSupported(Context context) { in isVoipSupported() method in SipUtil53 return SipManager.isVoipSupported(context) && in isVoipSupported()
49 if (!SipUtil.isVoipSupported(context)) { in onReceive()
90 if (!SipUtil.isVoipSupported(this)) { in onCreateOutgoingConnection()
67 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context); in initialize()
154 if (isPrimaryUser() && SipUtil.isVoipSupported(getActivity())) { in onResume()
225 if (telephonyManager.isMultiSimEnabled() || !SipUtil.isVoipSupported(mPhone.getContext())) { in onResume()