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.java86 private final boolean mIsVoiceCapable; field in EmergencyButton
95 mIsVoiceCapable = context.getResources().getBoolean( in EmergencyButton()
197 if (mIsVoiceCapable) { in updateEmergencyCallButton()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java292 private boolean mIsVoiceCapable = true; field in Phone
543 mIsVoiceCapable = mContext.getResources().getBoolean( in Phone()
2327 if (!mIsVoiceCapable) in notifyMessageWaitingIndicator()
3135 if (!mIsVoiceCapable) in notifyNewRingingConnectionP()
3163 if (!mIsVoiceCapable) in notifyIncomingRing()
3173 if (mIsVoiceCapable && !mDoesRilSendMultipleCallRing && in sendIncomingCallRingNotification()
3184 + " mIsVoiceCapable=" + mIsVoiceCapable); in sendIncomingCallRingNotification()
4046 pw.println(" mIsVoiceCapable=" + mIsVoiceCapable); in dump()