Home
last modified time | relevance | path

Searched refs:isVoipSupported (Results 1 – 4 of 4) 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()