Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipManager.java177 public static boolean isVoipSupported(Context context) { in isVoipSupported() method in SipManager
372 if (!isVoipSupported(mContext)) { in makeAudioCall()
404 if (!isVoipSupported(mContext)) { in makeAudioCall()
H A DSipAudioCall.java598 if (!SipManager.isVoipSupported(mContext)) {
633 if (!SipManager.isVoipSupported(mContext)) {
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipUtil.java53 public static boolean isVoipSupported(Context context) { in isVoipSupported() method in SipUtil
54 return SipManager.isVoipSupported(context) in isVoipSupported()
H A DSipIncomingCallReceiver.java52 if (!SipUtil.isVoipSupported(context)) { in onReceive()
H A DSipConnectionService.java91 if (!SipUtil.isVoipSupported(this)) { in onCreateOutgoingConnection()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DPhoneCapabilityTester.java67 sIsSipPhone = sIsPhone && SipManager.isVoipSupported(context); in initialize()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27082 method @Deprecated public static boolean isVoipSupported(android.content.Context);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt17760 method public static boolean isVoipSupported(android.content.Context);