Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTrustedPresentationCallbackTest.java67 CountDownLatch receivedResults = new CountDownLatch(1); in testAddTrustedPresentationListenerOnWindow() local
75 receivedResults.countDown(); in testAddTrustedPresentationListenerOnWindow()
80 receivedResults.await(WAIT_TIME_MS, TimeUnit.MILLISECONDS)); in testAddTrustedPresentationListenerOnWindow()
88 boolean[] receivedResults = new boolean[1]; in testRemoveTrustedPresentationListenerOnWindow()
94 receivedResults[0] = true; in testRemoveTrustedPresentationListenerOnWindow()
104 if (!receivedResults[0]) { in testRemoveTrustedPresentationListenerOnWindow()
108 assertTrue("Timed out waiting for results", receivedResults[0]); in testRemoveTrustedPresentationListenerOnWindow()
112 receivedResults[0] = false; in testRemoveTrustedPresentationListenerOnWindow()
120 if (!receivedResults[0]) { in testRemoveTrustedPresentationListenerOnWindow()
125 assertFalse("Should never have received a callback", receivedResults[0]); in testRemoveTrustedPresentationListenerOnWindow()