Searched refs:isApiSupported (Results 1 – 5 of 5) sorted by relevance
163 return (isApiSupported(context) ? new SipManager(context) : null); in newInstance()169 public static boolean isApiSupported(Context context) { in isApiSupported() method in SipManager179 PackageManager.FEATURE_SIP_VOIP) && isApiSupported(context); in isVoipSupported()
104 if (SipManager.isApiSupported(context)) { in start()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17755 method public static boolean isApiSupported(android.content.Context);
29284 method @Deprecated public static boolean isApiSupported(android.content.Context);