HomeSort by relevance Sort by last modified time
    Searched refs:getMainLooper (Results 26 - 50 of 692) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineResource.java 77 if (!Looper.getMainLooper().equals(Looper.myLooper())) {
96 if (!Looper.getMainLooper().equals(Looper.myLooper())) {
  /frameworks/base/tests/testables/tests/src/android/testing/
TestableLooperTest.java 131 assertNotEquals(Looper.myLooper(), Looper.getMainLooper());
134 TestableLooper testableLooper = new TestableLooper(Looper.getMainLooper());
141 new Handler(Looper.getMainLooper()).post(r);
153 assertNotEquals(Looper.myLooper(), Looper.getMainLooper());
159 assertEquals(Looper.myLooper(), Looper.getMainLooper());
  /frameworks/base/tests/testables/src/android/testing/
TestableInstrumentation.java 80 mMainHandler = new Handler(Looper.getMainLooper());
154 mManager = acquireLooperManager(Looper.getMainLooper());
172 if (Looper.myLooper() != Looper.getMainLooper()) {
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTest/java/android/databinding/testapp/
BaseDataBinderTest.java 51 return Looper.myLooper() == Looper.getMainLooper();
64 if (Looper.myLooper() == Looper.getMainLooper()) {
76 if (Looper.myLooper() != Looper.getMainLooper()) {
  /cts/tests/tests/location/src/android/location/cts/
TestLocationManager.java 115 Looper.getMainLooper());
131 Looper.getMainLooper());
140 Handler mainThreadHandler = new Handler(Looper.getMainLooper());
220 callback, new Handler(Looper.getMainLooper()));
  /development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
ReceiveShareService.java 34 mHandler = new Handler(getMainLooper());
  /external/volley/src/main/java/com/android/volley/toolbox/
ClearCacheRequest.java 51 Handler handler = new Handler(Looper.getMainLooper());
  /frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
CrashingService.java 48 mServiceHandler = new ServiceHandler(Looper.getMainLooper());
  /packages/apps/DocumentsUI/src/com/android/documentsui/
TimeoutTask.java 49 Handler handler = new Handler(Looper.getMainLooper());
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestHandler.java 42 super(Looper.getMainLooper());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CountryMonitor.java 63 }, Looper.getMainLooper());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
TestCase.java 147 mChannel = mP2pMgr.initialize(mContext, mContext.getMainLooper(), null);
148 mSubChannel = mP2pMgr.initialize(mContext, mContext.getMainLooper(), null);
  /external/libmojo/base/android/java/src/org/chromium/base/
ThreadUtils.java 40 + Looper.getMainLooper() + "), cannot set to new looper " + looper);
53 sUiThreadHandler = new Handler(Looper.getMainLooper());
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
LayoutPerfTest.java 84 Looper.getMainLooper().getThread() == Thread.currentThread());
86 Looper.myLooper() == Looper.getMainLooper());
TextViewAutoSizeLayoutPerfTest.java 83 Looper.getMainLooper().getThread() == Thread.currentThread());
85 Looper.myLooper() == Looper.getMainLooper());
  /packages/apps/Dialer/java/com/android/dialer/common/
Assert.java 188 checkState(Looper.getMainLooper().equals(Looper.myLooper()), messageTemplate, args);
211 checkState(!Looper.getMainLooper().equals(Looper.myLooper()), messageTemplate, args);
  /packages/apps/Messaging/src/com/android/messaging/util/
Assert.java 151 if (Looper.myLooper() != Looper.getMainLooper()
158 if (Looper.myLooper() == Looper.getMainLooper()
  /packages/services/Car/service/src/com/android/car/
CarServiceUtils.java 72 runOnLooper(Looper.getMainLooper(), action);
92 runOnLooperSync(Looper.getMainLooper(), action);
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
SyncOrderedBroadcast.java 51 new Handler(context.getMainLooper()), initialCode, initialData, initialExtras);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
OneTimeSettingsListener.java 23 super(new Handler(Looper.getMainLooper()));
  /cts/tests/tests/car/src/android/car/cts/
CarApiTestBase.java 39 assertTrue(Looper.getMainLooper().isCurrentThread());
  /cts/tests/tests/os/src/android/os/cts/
ResultReceiverTest.java 27 private Handler mHandler = new Handler(Looper.getMainLooper());
  /cts/tests/tests/view/src/android/view/cts/
ScaleGestureDetectorTest.java 57 mActivity, new SimpleOnScaleGestureListener(), new Handler(Looper.getMainLooper()));
  /external/droiddriver/src/io/appium/droiddriver/util/
ActivityUtils.java 46 if (Looper.myLooper() == Looper.getMainLooper()) {
  /frameworks/base/core/java/android/print/
PrintServiceRecommendationsLoader.java 110 super(getContext().getMainLooper());

Completed in 389 milliseconds

12 3 4 5 6 7 8 91011>>