Searched refs:isVoipSupported (Results 1 - 2 of 2) 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
328 * @see #isVoipSupported
333 if (!isVoipSupported(mContext)) {
360 * @see #isVoipSupported
365 if (!isVoipSupported(mContext)) {
H A DSipAudioCall.java586 * @see SipManager#isVoipSupported
590 if (!SipManager.isVoipSupported(mContext)) {
620 * @see SipManager#isVoipSupported
625 if (!SipManager.isVoipSupported(mContext)) {

Completed in 47 milliseconds