Home
last modified time | relevance | path

Searched refs:mIsVoiceCapable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DEmergencyButton.java87 private final boolean mIsVoiceCapable; field in EmergencyButton
96 mIsVoiceCapable = getTelephonyManager().isVoiceCapable(); in EmergencyButton()
201 if (mIsVoiceCapable) { in updateEmergencyCallButton()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java292 private boolean mIsVoiceCapable = true; field in Phone
553 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()