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.java938 showToasts(toasts); in testPackageCantPostMoreThanMaxToastsQuickly()
966 showToasts(toasts); in testRateLimitingToastsWhenInBackground()
992 showToasts(toasts); in testDontRateLimitToastsWhenInForeground()
1000 showToasts(toasts); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground()
1063 private void showToasts(List<? extends ToastInfo> toasts) throws Throwable { in showToasts() method