Searched defs:runOnMainSync (Results 1 – 12 of 12) sorted by relevance
115 runOnMainSync(() -> { in runTest() method158 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in LocationInWindowTests
203 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in RoundedCornerTests
264 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in WindowInsetsPolicyTest
144 private void runOnMainSync(Runnable runnable) { in runOnMainSync() method in LocationOnScreenTests
606 runOnMainSync(() -> { in getAppBounds() method
156 runOnMainSync(() -> { in testOnUpdateSelectionForInProcessIme() method
195 runOnMainSync(() -> { in testRestartInput() method485 runOnMainSync(() -> { in testInvalidateInputMain() method525 runOnMainSync(() -> { in testInvalidateInputMain() method
295 runOnMainSync(() -> { in testReportFullscreenMode() method
1069 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method1079 runOnMainSync(() -> { in detachServed_withDifferentNextServed_b211105987() method
195 private void runOnMainSync(Runnable runner) { in runOnMainSync() method in RemoteVirtualDisplayService
1556 private static void runOnMainSync(Runnable runner) { in runOnMainSync() method in EncodeVirtualDisplayWithCompositionTestImpl
69 public static void runOnMainSync(@NonNull Runnable task) { in runOnMainSync() method in TestUtils