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

/frameworks/base/voip/java/android/net/sip/
H A DSipManager.java49 * SIP. You should always call {@link android.net.sip.SipManager#isVoipSupported
50 * isVoipSupported()} to verify that the device supports VOIP calling and {@link
145 public static boolean isVoipSupported(Context context) { method in class:SipManager
318 * @see #isVoipSupported
323 if (!isVoipSupported(mContext)) {
350 * @see #isVoipSupported
355 if (!isVoipSupported(mContext)) {

Completed in 56 milliseconds