Searched refs:mIsVoiceCapable (Results 1 – 2 of 2) sorted by relevance
87 private final boolean mIsVoiceCapable; field in EmergencyButton96 mIsVoiceCapable = getTelephonyManager().isVoiceCapable(); in EmergencyButton()201 if (mIsVoiceCapable) { in updateEmergencyCallButton()
292 private boolean mIsVoiceCapable = true; field in Phone553 mIsVoiceCapable = ((TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE)) in Phone()2516 if (!mIsVoiceCapable) in notifyMessageWaitingIndicator()3435 if (!mIsVoiceCapable) in notifyNewRingingConnectionP()3463 if (!mIsVoiceCapable) in notifyIncomingRing()3473 if (mIsVoiceCapable && !mDoesRilSendMultipleCallRing && in sendIncomingCallRingNotification()3484 + " mIsVoiceCapable=" + mIsVoiceCapable); in sendIncomingCallRingNotification()4400 pw.println(" mIsVoiceCapable=" + mIsVoiceCapable); in dump()