Home
last modified time | relevance | path

Searched refs:isVoiceCapable (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DUtil.java169 public static boolean isVoiceCapable(Context context) { in isVoiceCapable() method in Util
172 return telephony != null && telephony.isVoiceCapable(); in isVoiceCapable()
DZenModePanel.java131 mVoiceCapable = Util.isVoiceCapable(mContext); in ZenModePanel()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java180 if (mTelephonyManager != null && mTelephonyManager.isVoiceCapable()) { in onBackupValue()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1313 boolean isVoiceCapable = mContext.getResources().getBoolean( in getDefaultSubId()
1315 if (isVoiceCapable) { in getDefaultSubId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java759 boolean isVoiceCapable = mPhoneBase.getContext().getResources() in handlePollStateResult()
765 && isVoiceCapable) { in handlePollStateResult()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1003 if (!isVoiceCapable()) { in getPhoneType()
2803 public boolean isVoiceCapable() { in isVoiceCapable() method in TelephonyManager
/frameworks/base/api/
Dcurrent.txt31143 method public boolean isVoiceCapable();
Dsystem-current.txt33405 method public boolean isVoiceCapable();