Home
last modified time | relevance | path

Searched defs:toasts (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java929 List<TextToastInfo> toasts = in testPackageCantPostMoreThanMaxToastsQuickly() local
956 List<TextToastInfo> toasts = in testRateLimitingToastsWhenInBackground() local
983 List<TextToastInfo> toasts = in testDontRateLimitToastsWhenInForeground() local
992 List<CustomToastInfo> toasts = createCustomToasts(2, "Custom", Toast.LENGTH_SHORT); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground() local
1012 List<TextToastInfo> toasts = createTextToasts(highestToastRateLimit + 1, "Text", in testAppWithUnlimitedToastsPermissionCanPostUnlimitedToasts() local
1033 List<TextToastInfo> toasts = new ArrayList<>(); in createTextToasts() local
1046 List<CustomToastInfo> toasts = new ArrayList<>(); in createCustomToasts() local
1056 private void showToasts(List<? extends ToastInfo> toasts) throws Throwable { in showToasts()
1070 private void assertTextToastsShownAndHidden(List<TextToastInfo> toasts) { in assertTextToastsShownAndHidden()