Searched refs:MyThread (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java39 final class MyThread extends Thread { class in class:InstrumentationReporter
40 public MyThread() { method in class:InstrumentationReporter.MyThread
134 mThread = new MyThread();
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp522 class MyThread : public Thread { class in inherits:Thread
539 explicit MyThread(const sp<GLConsumer>& mST) function in class:android::MyThread
546 ~MyThread() {
563 MyThread* thread = new MyThread(mST);
568 thread->run("MyThread");

Completed in 1851 milliseconds