Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousContactsProvider2.java40 private boolean mIsVoiceCapable = true; field in SynchronousContactsProvider2
85 mIsVoiceCapable = flag; in setIsVoiceCapable()
90 return mIsVoiceCapable; in isVoiceCapable()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java313 private boolean mIsVoiceCapable = true; field in Phone
584 mIsVoiceCapable = ((TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE)) in Phone()
2767 if (!mIsVoiceCapable) in notifyMessageWaitingIndicator()
3778 if (!mIsVoiceCapable) in notifyNewRingingConnectionP()
3806 if (!mIsVoiceCapable) in notifyIncomingRing()
3816 if (mIsVoiceCapable && !mDoesRilSendMultipleCallRing && in sendIncomingCallRingNotification()
3827 + " mIsVoiceCapable=" + mIsVoiceCapable); in sendIncomingCallRingNotification()
4860 pw.println(" mIsVoiceCapable=" + mIsVoiceCapable); in dump()