Home
last modified time | relevance | path

Searched defs:getOnMainSync (Results 1 – 5 of 5) 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.java1159 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsControllerTests
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java120 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils