Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/voice/
DVoiceInputPreference.java44 private final CharSequence mAlertText; field in VoiceInputPreference
78 mAlertText = alertText; in VoiceInputPreference()
134 return mAlertText != null; in shouldDisplayAlert()
144 mAlertText.toString(), mAppLabel); in displayAlert()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapStore.java665 private final String mAlertText; field in ImapStore.ImapException
672 mAlertText = alertText; in ImapException()
681 return mAlertText; in getAlertText()