Searched defs:replaceVisibleToast (Results 1 - 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DErrorListener.java26 public void onError(final Folder folder, boolean replaceVisibleToast); argument
H A DActionableToastBar.java197 * @param replaceVisibleToast if true, this toast should replace any currently visible toast.
205 @StringRes final int actionTextResourceId, final boolean replaceVisibleToast,
207 if (!mHidden && !replaceVisibleToast) {
204 show(final ActionClickedListener listener, final CharSequence descriptionText, @StringRes final int actionTextResourceId, final boolean replaceVisibleToast, final boolean autohide, final ToastBarOperation op) argument
H A DOnePaneController.java481 true /* replaceVisibleToast */,
493 true /* replaceVisibleToast */,
505 public void onError(final Folder folder, boolean replaceVisibleToast) { argument
510 showErrorToast(folder, replaceVisibleToast);
H A DTwoPaneController.java865 true /* replaceVisibleToast */,
873 public void onError(final Folder folder, boolean replaceVisibleToast) { argument
874 showErrorToast(folder, replaceVisibleToast);
H A DAbstractActivityController.java3976 * @param replaceVisibleToast if true, this should replace any currently visible toast.
3978 protected final void showErrorToast(final Folder folder, boolean replaceVisibleToast) { argument
4022 replaceVisibleToast,
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java97 * @param replaceVisibleToast if true, this toast should replace any currently visible toast.
102 boolean replaceVisibleToast) {
104 if (!mHidden && !replaceVisibleToast) {
100 show(final ActionClickedListener listener, int descriptionIconResourceId, CharSequence descriptionText, boolean showActionIcon, int actionTextResource, boolean replaceVisibleToast) argument

Completed in 114 milliseconds