Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestUtils.java66 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DLocationInWindowTests.java150 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationInWindowTests
DWindowInsetsPolicyTest.java250 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsPolicyTest
DLocationOnScreenTests.java136 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationOnScreenTests
DWindowInsetsControllerTests.java908 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsControllerTests