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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/media/java/android/media/
MediaSync.java 260 looper = Looper.getMainLooper();
293 looper = Looper.getMainLooper();
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
InvalidationTest.java 73 Handler mHandler = new Handler(Looper.getMainLooper());
87 return Thread.currentThread() == Looper.getMainLooper().getThread();
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
ThreadUtilTest.java 177 assertThat(Looper.myLooper(), sameInstance(Looper.getMainLooper()));
181 assertThat(Looper.myLooper(), not(Looper.getMainLooper()));
  /packages/apps/Car/Stream/src/com/android/car/stream/media/
MediaStateManager.java 64 mHandler = new Handler(Looper.getMainLooper());
183 return Looper.myLooper() == Looper.getMainLooper();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 103 if (Looper.myLooper() != Looper.getMainLooper()) {
123 mUiThreadHandler = new Handler(Looper.getMainLooper());
  /packages/apps/Settings/src/com/android/settings/security/
SecurityFeatureProviderImpl.java 165 new Handler(Looper.getMainLooper()).post(new Runnable() {
187 new Handler(Looper.getMainLooper()).post(new Runnable() {
  /cts/tests/tests/os/src/android/os/cts/
MessageQueueTest.java 221 MessageQueue queue = Looper.getMainLooper().getQueue();
237 MessageQueue queue = Looper.getMainLooper().getQueue();
251 MessageQueue queue = Looper.getMainLooper().getQueue();
262 MessageQueue queue = Looper.getMainLooper().getQueue();
    [all...]
ParcelFileDescriptorTest.java 302 final Handler handler = new Handler(Looper.getMainLooper());
316 final Handler handler = new Handler(Looper.getMainLooper());
330 final Handler handler = new Handler(Looper.getMainLooper());
ParcelFileDescriptorPeer.java 92 final Handler handler = new Handler(Looper.getMainLooper());
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 84 Looper.getMainLooper());
121 Looper.getMainLooper());
172 Looper.getMainLooper());
239 Looper.getMainLooper());
291 Looper.getMainLooper());
325 Looper.getMainLooper());
388 Looper.getMainLooper());
483 Looper.getMainLooper());
515 Looper.getMainLooper());
569 Looper.getMainLooper());
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 491 testAddAccountWithCallbackAndHandler(new Handler(Looper.getMainLooper()));
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomSystemTest.java 359 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
598 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
667 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 202 shadowOf(Looper.getMainLooper()).post(new Runnable() {
214 shadowOf(Looper.getMainLooper()).post(new Runnable() {
482 public Looper getMainLooper() {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMediaFacade.java 118 mHandler = new Handler(Looper.getMainLooper());
230 Handler mainHandler = new Handler(mContext.getMainLooper());
419 Handler mainHandler = new Handler(mContext.getMainLooper());
  /frameworks/base/core/java/android/bluetooth/le/
BluetoothLeAdvertiser.java 80 mHandler = new Handler(Looper.getMainLooper());
242 periodicData, 0, 0, callback, new Handler(Looper.getMainLooper()));
311 new Handler(Looper.getMainLooper()));
  /frameworks/base/tests/net/java/android/net/
ConnectivityManagerTest.java 210 Handler handler = new Handler(Looper.getMainLooper());
237 Handler handler = new Handler(Looper.getMainLooper());
284 Handler handler = new Handler(Looper.getMainLooper());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralRecordActivity.java 182 super(Looper.getMainLooper());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionService.java 152 mUIHandler = new Handler(Looper.getMainLooper());
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
CrossProfileWidgetPrimaryUserTest.java 70 mResult = new Result(Looper.getMainLooper());
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateImagesActivity.java 113 mHandler = new Handler(context.getMainLooper());
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
RequestPinAppWidgetTest.java 164 null, new Handler(context.getMainLooper()));
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerSpoofingTest.java 85 final Handler h = new Handler(Looper.getMainLooper());
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 117 Handler mainThread = new Handler(Looper.getMainLooper());
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiPortSelector.java 83 new Handler(Looper.getMainLooper()));
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiPortSelector.java 83 new Handler(Looper.getMainLooper()));

Completed in 1046 milliseconds

1 2 3 4 5 67 8 91011>>