HomeSort by relevance Sort by last modified time
    Searched refs:isVoipSupported (Results 1 - 10 of 10) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneCapabilityTester.java 63 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context);
  /frameworks/base/voip/java/android/net/sip/
SipManager.java 49 * 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) {
318 * @see #isVoipSupported
323 if (!isVoipSupported(mContext)) {
350 * @see #isVoipSupported
355 if (!isVoipSupported(mContext)) {
SipAudioCall.java 592 * @see SipManager#isVoipSupported
596 if (!SipManager.isVoipSupported(mContext)) {
626 * @see SipManager#isVoipSupported
630 if (!SipManager.isVoipSupported(mContext)) {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
SipBroadcastReceiver.java 50 if (!PhoneUtils.isVoipSupported()) {
SipCallOptionHandler.java 141 boolean voipSupported = PhoneUtils.isVoipSupported();
PhoneUtils.java     [all...]
CallFeaturesSetting.java     [all...]
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 264 if (SipManager.isVoipSupported(mContext)) {
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 170 milliseconds