Searched refs:runOnMainThread (Results 1 – 4 of 4) sorted by relevance
154 runOnMainThread(() -> { in testDeleteCaptionOnChangeTransitionWhenNecessary()185 runOnMainThread(() -> { in testCreateCaptionOnChangeTransitionWhenNecessary()217 runOnMainThread(() -> { in testCreateAndDisposeEventReceiver()233 runOnMainThread(() -> { in testEventReceiversOnMultipleDisplays()281 runOnMainThread(() -> { in testCaptionIsNotCreatedWhenKeyguardIsVisible()297 private void runOnMainThread(Runnable r) throws Exception { in runOnMainThread() method in DesktopModeWindowDecorViewModelTests
151 runOnMainThread(() -> mActivity.findViewById(R.id.save).performClick()); in screenshotDisplayed_userConsented_screenshotExportedSuccessfully()169 runOnMainThread(() -> mActivity.findViewById(R.id.cancel).performClick()); in screenshotDisplayed_userDeclined()208 private void runOnMainThread(Runnable runnable) { in runOnMainThread() method in AppClipsActivityTest
19 import static com.android.companiondevicemanager.Utils.runOnMainThread;343 runOnMainThread(() -> { in onDeviceFound()369 runOnMainThread(() -> { in onDeviceLost()
156 static void runOnMainThread(Runnable runnable) { in runOnMainThread() method in Utils