Searched defs:isApiSupported (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java50 * android.net.sip.SipManager#isApiSupported isApiSupported()} to verify that the device supports
141 return (isApiSupported(context) ? new SipManager(context) : null);
147 public static boolean isApiSupported(Context context) { method in class:SipManager
157 PackageManager.FEATURE_SIP_VOIP) && isApiSupported(context);

Completed in 10 milliseconds