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.java936 List<TextToastInfo> toasts = in testPackageCantPostMoreThanMaxToastsQuickly() local
963 List<TextToastInfo> toasts = in testRateLimitingToastsWhenInBackground() local
990 List<TextToastInfo> toasts = in testDontRateLimitToastsWhenInForeground() local
999 List<CustomToastInfo> toasts = createCustomToasts(2, "Custom", Toast.LENGTH_SHORT); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground() local
1019 List<TextToastInfo> toasts = createTextToasts(highestToastRateLimit + 1, "Text", in testAppWithUnlimitedToastsPermissionCanPostUnlimitedToasts() local
1040 List<TextToastInfo> toasts = new ArrayList<>(); in createTextToasts() local
1053 List<CustomToastInfo> toasts = new ArrayList<>(); in createCustomToasts() local
1063 private void showToasts(List<? extends ToastInfo> toasts) throws Throwable { in showToasts()
1077 private void assertTextToastsShownAndHidden(List<TextToastInfo> toasts) { in assertTextToastsShownAndHidden()