HomeSort by relevance Sort by last modified time
    Searched refs:isCurrentThread (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/car/src/android/car/cts/
CarApiTestBase.java 47 assertTrue(Looper.getMainLooper().isCurrentThread());
  /cts/tests/tests/os/src/android/os/cts/
LooperTest.java 88 assertTrue(Looper.myLooper().isCurrentThread());
94 assertFalse(looper[0].isCurrentThread());
  /cts/tests/tests/webkit/src/android/webkit/cts/
PostMessageTest.java 302 messageHandlerThread.getLooper().isCurrentThread());
332 messageMainLooperFuture.set(Looper.getMainLooper().isCurrentThread());
WebViewTest.java     [all...]
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 53 bool isCurrentThread() const {
159 if (!runningLocally && !thread->isCurrentThread()) {

Completed in 124 milliseconds