Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DToastTest.java747 CompletableFuture<Void> toastHidden = new CompletableFuture<>(); in testRemovedCallbackIsNotCalled() local
784 ConditionVariable toastHidden = new ConditionVariable(false); in testCallback_whenTextToast_isCalled() local
801 ConditionVariable toastHidden = new ConditionVariable(false); in testCallback_whenCustomToast_isCalled() local
1148 ConditionCallback(ConditionVariable toastShown, ConditionVariable toastHidden) { in ConditionCallback()
1172 ConditionVariable toastHidden) { in TextToastInfo()
1181 ConditionVariable toastHidden = new ConditionVariable(false); in create() local