Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java1063 private void showToasts(List<? extends ToastInfo> toasts) throws Throwable { in showToasts()
1065 for (ToastInfo t : toasts) { in showToasts()
1071 private void showToast(ToastInfo toast) throws Throwable { in showToast()
1171 private static class TextToastInfo implements ToastInfo {
1207 private static class CustomToastInfo implements ToastInfo {
1233 interface ToastInfo { interface