Home
last modified time | relevance | path

Searched defs:getOnMainSync (Results 1 – 6 of 6) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DLocationInWindowTests.java156 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationInWindowTests
DLocationOnScreenTests.java142 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationOnScreenTests
/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DWindowInsetsPolicyTest.java259 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsPolicyTest
DWindowInsetsControllerTests.java1294 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsControllerTests
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionLifecycleTest.java367 getOnMainSync( in verifyNoRaceBetweenInvalidateAndRestartInput() method
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java128 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils