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.java816 CompletableFuture<Void> toastHidden = new CompletableFuture<>(); in testRemovedCallbackIsNotCalled() local
853 ConditionVariable toastHidden = new ConditionVariable(false); in testCallback_whenTextToast_isCalled() local
870 ConditionVariable toastHidden = new ConditionVariable(false); in testCallback_whenCustomToast_isCalled() local
1278 ConditionCallback(ConditionVariable toastShown, ConditionVariable toastHidden) { in ConditionCallback()
1302 ConditionVariable toastHidden) { in TextToastInfo()
1311 ConditionVariable toastHidden = new ConditionVariable(false); in create() local