Searched defs:countDown (Results 1 – 6 of 6) sorted by relevance
55 public void countDown() { in countDown() method in AutoResetLatch
143 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_light() field in DarkTextThemeTest.updateLatch164 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_dark() field in DarkTextThemeTest.updateLatch
153 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_sendBroadcast() field in WidgetTransitionTest.updateLatch175 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_startActivity() field in WidgetTransitionTest.updateLatch
159 mReadyToStart::countDown); in onAttachedToWindow() field in SnapshotTaskTests.TestActivity.mReadyToStart
347 void countDown() { in countDown() method in MediaBrowserServiceTest.TestCountDownLatch
69 private var countDown: CountDownLatch = CountDownLatch(1) variable in android.permission3.cts.NotificationPermissionTest