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

/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java48 * SIP. You should always call {@link android.net.sip.SipManager#isVoipSupported
49 * isVoipSupported()} to verify that the device supports VOIP calling and {@link
155 public static boolean isVoipSupported(Context context) { method in class:SipManager
330 * @see #isVoipSupported
335 if (!isVoipSupported(mContext)) {
362 * @see #isVoipSupported
367 if (!isVoipSupported(mContext)) {

Completed in 300 milliseconds