Searched defs:toasts (Results 1 – 1 of 1) sorted by relevance
936 List<TextToastInfo> toasts = in testPackageCantPostMoreThanMaxToastsQuickly() local963 List<TextToastInfo> toasts = in testRateLimitingToastsWhenInBackground() local990 List<TextToastInfo> toasts = in testDontRateLimitToastsWhenInForeground() local999 List<CustomToastInfo> toasts = createCustomToasts(2, "Custom", Toast.LENGTH_SHORT); in testCustomToastPostedWhileInForeground_notShownWhenAppGoesToBackground() local1019 List<TextToastInfo> toasts = createTextToasts(highestToastRateLimit + 1, "Text", in testAppWithUnlimitedToastsPermissionCanPostUnlimitedToasts() local1040 List<TextToastInfo> toasts = new ArrayList<>(); in createTextToasts() local1053 List<CustomToastInfo> toasts = new ArrayList<>(); in createCustomToasts() local1063 private void showToasts(List<? extends ToastInfo> toasts) throws Throwable { in showToasts()1077 private void assertTextToastsShownAndHidden(List<TextToastInfo> toasts) { in assertTextToastsShownAndHidden()