Searched defs:LooperThread (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java37 private abstract class LooperThread extends Thread { class in class:ContentQueryMapTest
56 LooperThread thread = new LooperThread() {
/frameworks/base/core/tests/coretests/src/android/os/
H A DTestHandlerThread.java36 (new LooperThread()).start();
80 class LooperThread extends Thread { class in class:TestHandlerThread
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp36 struct ALooper::LooperThread : public Thread { struct in class:android::ALooper
37 LooperThread(ALooper *looper, bool canCallJava) function in struct:android::ALooper::LooperThread
58 virtual ~LooperThread() {}
64 DISALLOW_EVIL_CONSTRUCTORS(LooperThread);
121 mThread = new LooperThread(this, canCallJava);
133 sp<LooperThread> thread;
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java1132 final LooperThread mThread = new LooperThread();
1171 class LooperThread extends Thread { class in class:ValueAnimatorTests.MyFrameCallbackProvider

Completed in 2233 milliseconds