Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java746 CompletableFuture<Void> toastShown = new CompletableFuture<>(); in testRemovedCallbackIsNotCalled() local
783 ConditionVariable toastShown = new ConditionVariable(false); in testCallback_whenTextToast_isCalled() local
800 ConditionVariable toastShown = new ConditionVariable(false); in testCallback_whenCustomToast_isCalled() local
1155 ConditionCallback(ConditionVariable toastShown, ConditionVariable toastHidden) { in ConditionCallback()
1178 ConditionVariable toastShown, in TextToastInfo()
1187 ConditionVariable toastShown = new ConditionVariable(false); in create() local