Home
last modified time | relevance | path

Searched refs:toastText (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DZenModeRuleSettingsBase.java171 final int toastText = getEnabledToastText(); in onSwitchChanged() local
172 if (toastText != 0) { in onSwitchChanged()
173 mEnabledToast = Toast.makeText(mContext, toastText, Toast.LENGTH_SHORT); in onSwitchChanged()
/packages/apps/Dialer/java/com/android/contacts/common/
DClipboardUtils.java49 String toastText = context.getString(R.string.toast_text_copied); in copyText() local
50 Toast.makeText(context, toastText, Toast.LENGTH_SHORT).show(); in copyText()
/packages/apps/Contacts/src/com/android/contacts/
DClipboardUtils.java48 String toastText = context.getString(R.string.toast_text_copied); in copyText() local
49 Toast.makeText(context, toastText, Toast.LENGTH_SHORT).show(); in copyText()
/packages/services/Telephony/tests/src/com/android/phone/tests/
DSendInstantTextTestService.java60 String toastText = getString(R.string.instant_text_back_content, message, uri.toString()); in showMessageWithToast() local
61 Toast.makeText(this, toastText, Toast.LENGTH_LONG).show(); in showMessageWithToast()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java269 final String toastText = String.format( in showStartDownloadingToast() local
272 Toast.makeText(context, toastText, Toast.LENGTH_LONG).show(); in showStartDownloadingToast()