Home
last modified time | relevance | path

Searched refs:isVoipSupported (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipUtil.java53 public static boolean isVoipSupported(Context context) { in isVoipSupported() method in SipUtil
54 return SipManager.isVoipSupported(context) in isVoipSupported()
DSipIncomingCallReceiver.java52 if (!SipUtil.isVoipSupported(context)) { in onReceive()
DSipConnectionService.java91 if (!SipUtil.isVoipSupported(this)) { in onCreateOutgoingConnection()
/packages/apps/Contacts/src/com/android/contacts/util/
DPhoneCapabilityTester.java67 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context); in initialize()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java157 if (isPrimaryUser() && SipUtil.isVoipSupported(getActivity())) { in onResume()