Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DEmergencyButton.java83 private final boolean mIsVoiceCapable; field in EmergencyButton
92 mIsVoiceCapable = context.getResources().getBoolean( in EmergencyButton()
194 if (mIsVoiceCapable) { in updateEmergencyCallButton()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java236 private boolean mIsVoiceCapable = true; field in Phone
458 mIsVoiceCapable = mContext.getResources().getBoolean( in Phone()
2013 if (!mIsVoiceCapable) in notifyMessageWaitingIndicator()
2678 if (!mIsVoiceCapable) in notifyNewRingingConnectionP()
2706 if (!mIsVoiceCapable) in notifyIncomingRing()
2716 if (mIsVoiceCapable && !mDoesRilSendMultipleCallRing && in sendIncomingCallRingNotification()
2727 + " mIsVoiceCapable=" + mIsVoiceCapable); in sendIncomingCallRingNotification()
3365 pw.println(" mIsVoiceCapable=" + mIsVoiceCapable); in dump()