Searched refs:isVoipSupported (Results 1 – 5 of 5) sorted by relevance
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()
158 if (isPrimaryUser() && SipUtil.isVoipSupported(getActivity())) { in onResume()