Home
last modified time | relevance | path

Searched defs:runOnMainSync (Results 1 – 12 of 12) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DLocationInWindowTests.java115 runOnMainSync(() -> { in runTest() method
158 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in LocationInWindowTests
DRoundedCornerTests.java203 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in RoundedCornerTests
DWindowInsetsPolicyTest.java264 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in WindowInsetsPolicyTest
DLocationOnScreenTests.java144 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in LocationOnScreenTests
DDisplayCutoutTests.java606 runOnMainSync(() -> { in getAppBounds() method
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInProcessImeTest.java156 runOnMainSync(() -> { in testOnUpdateSelectionForInProcessIme() method
DAccessibilityInputMethodTest.java195 runOnMainSync(() -> { in testRestartInput() method
485 runOnMainSync(() -> { in testInvalidateInputMain() method
525 runOnMainSync(() -> { in testInvalidateInputMain() method
DInputConnectionHandlerTest.java295 runOnMainSync(() -> { in testReportFullscreenMode() method
DFocusHandlingTest.java1069 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
1079 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DRemoteVirtualDisplayService.java195 private void runOnMainSync(Runnable runner) { in runOnMainSync() method in RemoteVirtualDisplayService
DEncodeVirtualDisplayWithCompositionTestImpl.java1556 private static void runOnMainSync(Runnable runner) { in runOnMainSync() method in EncodeVirtualDisplayWithCompositionTestImpl
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java69 public static void runOnMainSync(@NonNull Runnable task) { in runOnMainSync() method in TestUtils