Home
last modified time | relevance | path

Searched defs:countDown (Results 1 – 6 of 6) 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.java153 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_sendBroadcast() field in WidgetTransitionTest.updateLatch
175 (v) -> v.findViewById(R.id.hello) != null, updateLatch::countDown); in testWidget_startActivity() field in WidgetTransitionTest.updateLatch
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSnapshotTaskTests.java159 mReadyToStart::countDown); in onAttachedToWindow() field in SnapshotTaskTests.TestActivity.mReadyToStart
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaBrowserServiceTest.java347 void countDown() { in countDown() method in MediaBrowserServiceTest.TestCountDownLatch
/cts/tests/tests/permission3/src/android/permission3/cts/
DNotificationPermissionTest.kt69 private var countDown: CountDownLatch = CountDownLatch(1) variable in android.permission3.cts.NotificationPermissionTest