Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DTestUtils.java38 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
H A DLocationInWindowTests.java156 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationInWindowTests
H A DLocationOnScreenTests.java142 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in LocationOnScreenTests
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
H A DWindowInsetsPolicyTest.java259 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsPolicyTest
H A DWindowInsetsControllerTests.java1162 private <R> R getOnMainSync(Supplier<R> f) { in getOnMainSync() method in WindowInsetsControllerTests
/aosp_15_r20/external/leakcanary2/leakcanary-android-instrumentation/src/androidTest/java/leakcanary/
H A DLifecycleTestUtils.kt124 fun <T> getOnMainSync(block: () -> T): T { in getOnMainSync() method
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInputConnectionTest.java364 private <T> T getOnMainSync(@NonNull Supplier<T> supplier) throws Throwable { in getOnMainSync() method in ViewInputConnectionTest
/aosp_15_r20/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
H A DTestUtils.java128 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils