Searched refs:isVoipSupported (Results 1 – 4 of 4) 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()