Home
last modified time | relevance | path

Searched refs:getMainLooper (Results 1 – 25 of 84) sorted by relevance

1234

/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/test/
DHandlerDispatcherTest.kt34 val mainMessageQueue = shadowOf(Looper.getMainLooper().queue) in <lambda>()
49 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher() in <lambda>()
53 val mainMessageQueue = shadowOf(Looper.getMainLooper().queue) in <lambda>()
68 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher() in <lambda>()
72 val mainMessageQueue = shadowOf(Looper.getMainLooper().queue) in <lambda>()
87 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher() in <lambda>()
91 val mainMessageQueue = shadowOf(Looper.getMainLooper().queue) in <lambda>()
106 val main = Looper.getMainLooper().asHandler(async = false).asCoroutineDispatcher() in <lambda>()
110 val mainMessageQueue = shadowOf(Looper.getMainLooper().queue) in <lambda>()
124 val main = Looper.getMainLooper().asHandler(async = true).asCoroutineDispatcher("testName") in testToString()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLooperTest.java73 assertThat(Looper.myLooper()).isSameAs(Looper.getMainLooper()); in mainLooper_andMyLooper_shouldBeSame_onMainThread()
79 assertThat(ht.getLooper()).isNotSameAs(Looper.getMainLooper()); in differentThreads_getDifferentLoopers()
84 assertThat(Looper.getMainLooper().getThread()).isSameAs(Thread.currentThread()); in mainLooperThread_shouldBeTestThread()
89 assertThat(ShadowLooper.getShadowMainLooper()).isSameAs(shadowOf(Looper.getMainLooper())); in shadowMainLooper_shouldBeShadowOfMainLooper()
100 …sertThat(ShadowLooper.getLooperForThread(Thread.currentThread())).isSameAs(Looper.getMainLooper()); in getLooperForThread_returnsLooperForMainThread()
136 Looper.getMainLooper().quit(); in shouldThrowRuntimeExceptionIfTryingToQuitMainLooper()
223 assertThat(Looper.myLooper()).isSameAs(Looper.getMainLooper()); in whenTestHarnessUsesDifferentThread_shouldStillHaveMainLooper()
246 Looper mainLooper = Looper.getMainLooper(); in soStaticRefsToLoopersInAppWorksAcrossTests_shouldRetainSameLooperForMainThreadBetweenResetsButGiveItAFreshScheduler()
249 assertThat(ApplicationProvider.getApplicationContext().getMainLooper()).isSameAs(mainLooper); in soStaticRefsToLoopersInAppWorksAcrossTests_shouldRetainSameLooperForMainThreadBetweenResetsButGiveItAFreshScheduler()
261 assertThat(Looper.getMainLooper()).named("Looper.getMainLooper()").isSameAs(mainLooper); in soStaticRefsToLoopersInAppWorksAcrossTests_shouldRetainSameLooperForMainThreadBetweenResetsButGiveItAFreshScheduler()
[all …]
DShadowInputMethodManagerTest.java51 new CapturingResultReceiver(new Handler(Looper.getMainLooper())); in hideSoftInputFromWindow_shouldNotifiyResult_hidden()
59 new CapturingResultReceiver(new Handler(Looper.getMainLooper())); in hideSoftInputFromWindow_shouldNotifiyResult_alreadHidden()
DShadowWindowManagerGlobalTest.java24 assertThat(ShadowWindowManagerGlobal.getWindowSession(Looper.getMainLooper())).isNull(); in getWindowSession_withLooper_shouldReturnNull_toStubAndroidStartup()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/ads/
DAdsMediaSourceTest.java106 shadowOf(Looper.getMainLooper()).idle(); in setUp()
112 shadowOf(Looper.getMainLooper()).idle(); in setUp()
126 shadowOf(Looper.getMainLooper()).idle(); in createPeriod_preparesChildAdMediaSourceAndRefreshesSourceInfo()
146 shadowOf(Looper.getMainLooper()).idle(); in createPeriod_preparesChildAdMediaSourceAndRefreshesSourceInfoWithAdMediaSourceInfo()
168 shadowOf(Looper.getMainLooper()).idle(); in createPeriod_createsChildPrerollAdMediaPeriod()
177 shadowOf(Looper.getMainLooper()).idle(); in createPeriod_createsChildContentMediaPeriod()
200 shadowOf(Looper.getMainLooper()).idle(); in releasePeriod_releasesChildMediaPeriodsAndSources()
212 shadowOf(Looper.getMainLooper()).idle(); in releasePeriod_releasesChildMediaPeriodsAndSources()
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DLocalUiController.java37 checkState(Looper.myLooper() == Looper.getMainLooper(), "Expecting to be on main thread!"); in injectMotionEvent()
51 checkState(Looper.myLooper() == Looper.getMainLooper(), "Expecting to be on main thread!"); in injectKeyEvent()
65 checkState(Looper.myLooper() == Looper.getMainLooper(), "Expecting to be on main thread!"); in injectString()
141 shadowOf(Looper.getMainLooper()).idle(); in loopMainThreadUntilIdle()
146 shadowOf(Looper.getMainLooper()).idle(millisDelay, TimeUnit.MILLISECONDS); in loopMainThreadForAtLeast()
DLocalControlledLooper.java16 shadowOf(Looper.getMainLooper()).idle(); in drainMainThreadUntilIdle()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLooper.java88 protected static Looper getMainLooper() { in getMainLooper() method in ShadowLooper
103 if (realObject != Looper.getMainLooper()) { in doLoop()
117 …if (realObject == Looper.getMainLooper()) throw new RuntimeException("Main thread not allowed to q… in quit()
144 return shadowOf(Looper.getMainLooper()); in getShadowMainLooper()
366 if (realObject == Looper.getMainLooper() || RoboSettings.isUseGlobalScheduler()) { in resetScheduler()
DShadowAccessibilityManager.java65 …pers.setField(accessibilityManager, "mHandler", new MyHandler(context.getMainLooper(), accessibili… in createInstance()
69 …pers.setField(accessibilityManager, "mHandler", new MyHandler(context.getMainLooper(), accessibili… in createInstance()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/util/
DMediaSourceEventDispatcherTest.java92 new Handler(Looper.getMainLooper()), in sameListenerInstanceCanBeRegisteredWithTwoTypes()
96 new Handler(Looper.getMainLooper()), in sameListenerInstanceCanBeRegisteredWithTwoTypes()
115 new Handler(Looper.getMainLooper()), in listenerOnlyReceivesEventsForRegisteredType()
133 new Handler(Looper.getMainLooper()), subclassListener, MediaSourceEventListener.class); in listenerDoesntReceiveEventsDispatchedToSubclass()
146 new Handler(Looper.getMainLooper()), subclassListener, SubclassListener.class); in listenerDoesntReceiveEventsDispatchedToSuperclass()
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DMainThread.java38 Handler handler = new Handler(context.getMainLooper()); in run()
59 Handler handler = new Handler(context.getMainLooper()); in run()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineResource.java77 if (!Looper.getMainLooper().equals(Looper.myLooper())) { in acquire()
96 if (!Looper.getMainLooper().equals(Looper.myLooper())) { in release()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java64 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isFalse(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
72 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isTrue(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
110 private Handler handler = new Handler(Looper.getMainLooper());
DServiceControllerTest.java65 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isFalse(); in whenLooperIsNotPaused_shouldCreateWithMainLooperPaused()
73 assertThat(shadowOf(Looper.getMainLooper()).isPaused()).isTrue(); in whenLooperIsAlreadyPaused_shouldCreateWithMainLooperPaused()
112 private Handler handler = new Handler(Looper.getMainLooper());
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DTestExoPlayer.java65 Assertions.checkNotNull(shadowOfMethod.invoke(new Object(), Looper.getMainLooper()));
488 if (Looper.myLooper() != Looper.getMainLooper() in verifyMainTestThread()
489 || player.getApplicationLooper() != Looper.getMainLooper()) { in verifyMainTestThread()
495 if (Looper.myLooper() != Looper.getMainLooper()) { in verifyMainTestThread()
/external/v4l2_codec2/tests/c2_e2e_test/src/org/chromium/c2/test/
DE2eTestActivity.java90 new Handler(Looper.getMainLooper()) in maybeStartTest()
143 new Handler(Looper.getMainLooper()) in onSizeChanged()
/external/libchrome/base/android/java/src/org/chromium/base/
DThreadUtils.java46 + Looper.getMainLooper() + "), cannot set to new looper " + looper); in setUiThread()
59 sUiThreadHandler = new Handler(Looper.getMainLooper()); in getUiThreadHandler()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/src/
DHandlerDispatcher.kt55 HandlerContext(Looper.getMainLooper().asHandler(async = true), "Main") in createDispatcher()
100 internal val Main: HandlerDispatcher? = runCatching { HandlerContext(Looper.getMainLooper().asHandl… in <lambda>()
/external/volley/src/main/java/com/android/volley/toolbox/
DThreads.java9 if (Looper.myLooper() != Looper.getMainLooper()) { in throwIfNotOnMainThread()
DClearCacheRequest.java48 Handler handler = new Handler(Looper.getMainLooper()); in isCanceled()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockLooper.java22 public static Looper getMainLooper() { in getMainLooper() method in MockLooper
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/
DFakeAndroid.kt16 fun getMainLooper() = Looper() method
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPreconditions.java59 if (Looper.myLooper() == Looper.getMainLooper()) { in ensureOnMainThread()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java1561 new ServiceStateChangeListener(mEventFacade, subId, mService.getMainLooper()); in StateChangeListener()
1563 new SignalStrengthChangeListener(mEventFacade, subId, mService.getMainLooper()); in StateChangeListener()
1566 mEventFacade, mTelephonyManager, subId, mService.getMainLooper()); in StateChangeListener()
1569 mEventFacade, mTelephonyManager, subId, mService.getMainLooper()); in StateChangeListener()
1572 mEventFacade, mTelephonyManager, subId, mService.getMainLooper()); in StateChangeListener()
1574 new CallStateChangeListener(mEventFacade, subId, mService.getMainLooper()); in StateChangeListener()
1576 new CellInfoChangeListener(mEventFacade, subId, mService.getMainLooper()); in StateChangeListener()
1579 mEventFacade, subId, mService.getMainLooper()); in StateChangeListener()
1581 new VoiceMailStateChangeListener(mEventFacade, subId, mService.getMainLooper()); in StateChangeListener()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothMediaFacade.java117 mHandler = new Handler(Looper.getMainLooper()); in BluetoothMediaFacade()
229 Handler mainHandler = new Handler(mContext.getMainLooper()); in setCurrentMediaController()
440 Handler mainHandler = new Handler(mContext.getMainLooper()); in bluetoothMediaConnectToCarMBS()

1234