Home
last modified time | relevance | path

Searched defs:runOnMainThread (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DMediaBrowserTest.java115 runOnMainThread(() -> { in testMediaBrowser() method
142 runOnMainThread(() -> { in testThrowingISEWhileNotConnected() method
163 runOnMainThread(() -> { in testConnectTwice() method
192 runOnMainThread(() -> { in testReconnection() method
243 runOnMainThread(() -> { in testConnectionCallbackNotCalledAfterDisconnect() method
309 runOnMainThread(() -> { in testSubscribeWithIllegalArguments() method
447 runOnMainThread(() -> { in testSubscriptionCallbackNotCalledAfterDisconnect() method
468 runOnMainThread(() -> { in testUnsubscribeWithIllegalArguments() method
572 runOnMainThread(() -> { in testUnsubscribeWithSubscriptionCallbackForMultipleSubscriptions() method
628 runOnMainThread(() -> { in testGetItemThrowsIAE() method
[all …]
/aosp_15_r20/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java203 runOnMainThread( in release() method
351 runOnMainThread( in onLoadWatchHistory() method
392 runOnMainThread( in onNewRecordAdded() method
433 runOnMainThread( in onNotifyChannelRecordMapLoaded() method
442 runOnMainThread( in onNotifyChannelRecordMapChanged() method
503 private void runOnMainThread(Runnable r) { in runOnMainThread() method in RecommendationDataManager
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/services/
H A DCtsBasicVoiceInteractionService.java152 boolean runOnMainThread) { in createAlwaysOnHotwordDetectorNoHotwordDetectionService()
182 public void createAlwaysOnHotwordDetector(boolean useExecutor, boolean runOnMainThread) { in createAlwaysOnHotwordDetector()
191 public void createAlwaysOnHotwordDetector(boolean useExecutor, boolean runOnMainThread, in createAlwaysOnHotwordDetector()
327 boolean runOnMainThread) { in createAlwaysOnHotwordDetectorWithOnFailureCallback()
337 boolean runOnMainThread, @Nullable PersistableBundle options) { in createAlwaysOnHotwordDetectorWithOnFailureCallback()
/aosp_15_r20/cts/tests/tests/print/src/android/print/cts/
H A DPrinterDiscoverySessionLifecycleTest.java273 runOnMainThread(() -> { in normalLifecycle() method
386 runOnMainThread(() -> { in cancelPrintServicesAlertDialog() method
481 runOnMainThread(() -> { in startPrinterDiscoveryWithHistoricalPrinters() method
619 runOnMainThread(() -> { in addRemovePrinters() method
661 runOnMainThread(() -> { in getAddedPrinterIdForLocalId() method
H A DPrintServicesTest.java211 runOnMainThread(() -> { in setProgressAndStatus() method
/aosp_15_r20/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
H A DSandbox.java101 public void runOnMainThread(Runnable runnable) { in runOnMainThread() method in Sandbox
102 runOnMainThread( in runOnMainThread() method
125 public <T> T runOnMainThread(Callable<T> callable) { in runOnMainThread() method in Sandbox
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
H A DDownloadManagerDashTest.java134 runOnMainThread( in saveAndLoadActionFile() method
233 runOnMainThread( in createDownloadManager() method
251 private void runOnMainThread(TestRunnable r) { in runOnMainThread() method in DownloadManagerDashTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/offline/
H A DDownloadManagerDashTest.java135 runOnMainThread( in saveAndLoadActionFile() method
234 runOnMainThread( in createDownloadManager() method
252 private void runOnMainThread(TestRunnable r) { in runOnMainThread() method in DownloadManagerDashTest
/aosp_15_r20/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
H A DVoiceInteractionServiceTest.java399 boolean runOnMainThread, boolean callbackShouldRunOnMainThread) throws Exception { in testCreateAlwaysOnHotwordDetectorNoHotwordDetectionService()
446 private void testCreateAlwaysOnHotwordDetector(boolean useExecutor, boolean runOnMainThread, in testCreateAlwaysOnHotwordDetector()
526 private void testCreateHotwordDetector(boolean useExecutor, boolean runOnMainThread, in testCreateHotwordDetector()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDummyMainThread.java54 public void runOnMainThread(final Runnable runnable) { in runOnMainThread() method in DummyMainThread
65 public void runOnMainThread(int timeoutMs, final Runnable runnable) { in runOnMainThread() method in DummyMainThread
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDummyMainThread.java54 public void runOnMainThread(final Runnable runnable) { in runOnMainThread() method in DummyMainThread
65 public void runOnMainThread(int timeoutMs, final Runnable runnable) { in runOnMainThread() method in DummyMainThread
/aosp_15_r20/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceDiscoveryService.java365 runOnMainThread(() -> { in onDeviceFound() method
388 runOnMainThread(() -> { in onDeviceLost() method
H A DUtils.java179 static void runOnMainThread(Runnable runnable) { in runOnMainThread() method in Utils
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/offline/
H A DDownloadManagerTest.java720 runOnMainThread( in setupDownloadManager() method
783 private void runOnMainThread(TestRunnable r) { in runOnMainThread() method in DownloadManagerTest
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/offline/
H A DDownloadManagerTest.java720 runOnMainThread( in setupDownloadManager() method
783 private void runOnMainThread(TestRunnable r) { in runOnMainThread() method in DownloadManagerTest
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/shared/testing/concurrency/
DDeviceSideConcurrencyHelper.java79 public static void runOnMainThread(Runnable r) { in runOnMainThread() method in DeviceSideConcurrencyHelper
/aosp_15_r20/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
H A DUtils.java80 public static void runOnMainThread(@NonNull final Invokable r) throws Throwable { in runOnMainThread() method in Utils
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
H A DAppClipsActivityTest.java435 private void runOnMainThread(Runnable runnable) { in runOnMainThread() method in AppClipsActivityTest
/aosp_15_r20/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java606 private void runOnMainThread(Runnable runnable) { in runOnMainThread() method in RecordingTask
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CompanionDeviceManager/CompanionDeviceManager/android_common/javac/
DCompanionDeviceManager.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CompanionDeviceManager/CompanionDeviceManager/android_common/repackaged-jarjar/javac/
DCompanionDeviceManager.jarcom/android/companiondevicemanager/Utils.class Utils.java package com.android.companiondevicemanager com ...
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_core_release_no_deps.jarprotobuf.meta android/support/test/espresso/web/webdriver/WebDriverAtomScripts.class WebDriverAtomScripts ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CompanionDeviceManager/CompanionDeviceManager/android_common/withres/
DCompanionDeviceManager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/target/common/obj/APPS/CompanionDeviceManager_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12