/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/ |
H A D | HandlerDispatcherTest.kt | 21 val mainLooper = Shadows.shadowOf(Looper.getMainLooper()) in <lambda>() constant 38 val mainLooper = Shadows.shadowOf(Looper.getMainLooper()) in <lambda>() constant 58 val mainLooper = Shadows.shadowOf(Looper.getMainLooper()) in <lambda>() constant 85 val mainLooper = Shadows.shadowOf(Looper.getMainLooper()) in CoroutineScope() constant 100 val mainLooper = Shadows.shadowOf(Looper.getMainLooper()) in CoroutineScope() constant 123 val mainLooper = Shadows.shadowOf(Looper.getMainLooper()) in spinTest() constant
|
H A D | HandlerDispatcherAsyncTest.kt | 31 val mainLooper = shadowOf(Looper.getMainLooper()) in <lambda>() constant 50 val mainLooper = shadowOf(Looper.getMainLooper()) in <lambda>() constant 69 val mainLooper = shadowOf(Looper.getMainLooper()) in <lambda>() constant 88 val mainLooper = shadowOf(Looper.getMainLooper()) in <lambda>() constant 107 val mainLooper = shadowOf(Looper.getMainLooper()) in <lambda>() constant
|
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/android-unit-tests/test/ordered/tests/ |
H A D | FirstRobolectricTest.kt | 35 val mainLooper = ShadowLooper.getShadowMainLooper() in testDelay() constant 45 val mainLooper = ShadowLooper.getShadowMainLooper() in checkComponent() constant
|
H A D | CustomizedRobolectricTest.kt | 46 val mainLooper = ShadowLooper.getShadowMainLooper() in checkComponent() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
H A D | Execution.kt | 31 private val mainLooper = Looper.getMainLooper() in assertIsMainThread() constant in com.android.systemui.util.concurrency.ExecutionImpl
|
H A D | GlobalConcurrencyModule.java | 63 public static Handler provideMainHandler(@Main Looper mainLooper) { in provideMainHandler()
|
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/ |
D | ServiceManager.cpp | 38 Result<void> ServiceManager::startServices(const sp<Looper>& mainLooper) { in startServices() 107 Result<void> ServiceManager::startWatchdogProcessService(const sp<Looper>& mainLooper) { in startWatchdogProcessService()
|
D | main.cpp | 42 sp<Looper> mainLooper(Looper::prepare(/*opts=*/0)); in main() local
|
/aosp_15_r20/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/ |
H A D | HandlerDispatcher.kt | 51 …val mainLooper = Looper.getMainLooper() ?: throw IllegalStateException("The main looper is not ava… in createDispatcher() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/concurrency/ |
D | ExecutionImpl.java | 8 private final android.os.Looper mainLooper = null; field in ExecutionImpl
|
D | SysUIConcurrencyModule.java | 93 …ency.UiThreadContext provideBackPanelUiThreadContext(@com.android.systemui.dagger.qualifiers.Main() in provideBackPanelUiThreadContext()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardLifecyclesDispatcher.java | 81 public KeyguardLifecyclesDispatcher( in KeyguardLifecyclesDispatcher()
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowLegacyLooper.java | 49 private static Looper mainLooper; field in ShadowLegacyLooper
|
H A D | ShadowAccessibilityManager.java | 267 MyHandler(Looper mainLooper, AccessibilityManager accessibilityManager) { in MyHandler()
|
H A D | ShadowPausedLooper.java | 320 Looper mainLooper = Looper.getMainLooper(); in createMainThreadAndLooperIfNotAlive() local
|
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/ |
H A D | LocalUiController.java | 163 Looper mainLooper = Looper.myLooper(); in loopMainThreadUntilIdlingResourcesIdle() local
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/ |
D | NfcInjector.java | 97 public NfcInjector(@NonNull Context context, @NonNull Looper mainLooper) { in NfcInjector()
|
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/ |
H A D | TransportConnectionTest.java | 105 Looper mainLooper = Looper.getMainLooper(); in setUp() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | LocationControllerImpl.java | 93 @Main Looper mainLooper, @Background Handler backgroundHandler, in LocationControllerImpl()
|
H A D | BluetoothControllerImpl.java | 99 @Main Looper mainLooper, in BluetoothControllerImpl()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/ |
H A D | BrightnessController.java | 326 @Main Looper mainLooper, in BrightnessController()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowLegacyLooperTest.java | 291 Looper mainLooper = Looper.getMainLooper(); in soStaticRefsToLoopersInAppWorksAcrossTests_shouldRetainSameLooperForMainThreadBetweenResetsButGiveItAFreshScheduler() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/ |
H A D | ShadeCarrierGroupController.java | 153 @Main Looper mainLooper, in ShadeCarrierGroupController()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/unfold/updates/ |
H A D | DeviceFoldStateProviderTest.kt | 67 @Mock private lateinit var mainLooper: Looper in <lambda>() variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardIndicationController.java | 283 @Main Looper mainLooper, in KeyguardIndicationController()
|