Home
last modified time | relevance | path

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

/cts/tests/tests/assist/common/src/android/assist/common/
DAutoResetLatch.java55 public void countDown() { in countDown() method in AutoResetLatch
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DDarkTextThemeTest.java143 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_light() field in DarkTextThemeTest.updateLatch
164 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_dark() field in DarkTextThemeTest.updateLatch
DWidgetTransitionTest.java152 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_sendBroadcast() field in WidgetTransitionTest.updateLatch
174 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_startActivity() field in WidgetTransitionTest.updateLatch