Searched defs:getOnMainSync (Results 1 – 5 of 5) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ | ||
D | TestUtils.java | 66 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils |
/cts/tests/framework/base/windowmanager/src/android/server/wm/ | ||
D | LocationInWindowTests.java | 150 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationInWindowTests |
D | WindowInsetsPolicyTest.java | 250 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsPolicyTest |
D | LocationOnScreenTests.java | 136 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationOnScreenTests |
D | WindowInsetsControllerTests.java | 908 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsControllerTests |