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