Searched refs:isVoiceCapable (Results 1 – 12 of 12) sorted by relevance
182 public static boolean isVoiceCapable(Context context) { in isVoiceCapable() method in Util185 return telephony != null && telephony.isVoiceCapable(); in isVoiceCapable()
182 mVoiceCapable = mTelephonyManager.isVoiceCapable(); in handleThirdPartyBootPhase()
398 doReturn(voiceCapable).when(mTelephonyManager).isVoiceCapable(); in setUpVoiceCapable()
283 if (mTelephonyManager != null && mTelephonyManager.isVoiceCapable()) { in onBackupValue()
943 if (!getTelephonyManager().isVoiceCapable()) { in onUpgrade()
187 mIsEmergencyCallCapable = telephonyManager.isVoiceCapable(); in CarrierTextManager()
2466 .isVoiceCapable()) { in getPlatformType()
668 if (!isVoiceCapable() && !isSmsCapable() && !isDataCapable()) { in getActiveModemCount()2633 if (!isVoiceCapable()) { in getPhoneType()6621 public boolean isVoiceCapable() { in isVoiceCapable() method in TelephonyManager
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14651 HSPLandroid/telephony/TelephonyManager;->isVoiceCapable()Z
14715 HSPLandroid/telephony/TelephonyManager;->isVoiceCapable()Z
45739 method public boolean isVoiceCapable();