Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java931 showToasts(toasts); in testPackageCantPostMoreThanMaxToastsQuickly()
959 showToasts(toasts); in testRateLimitingToastsWhenInBackground()
985 showToasts(toasts); in testDontRateLimitToastsWhenInForeground()
993 showToasts(toasts); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground()
1056 private void showToasts(List<? extends ToastInfo> toasts) throws Throwable { in showToasts() method