Searched refs:mThread (Results 1 – 5 of 5) sorted by relevance
108 final Thread mThread = new Thread() { field in FragmentRetainInstance.RetainedFragment164 mThread.start(); in onCreate()182 synchronized (mThread) { in onActivityCreated()184 mThread.notify(); in onActivityCreated()195 synchronized (mThread) { in onDestroy()198 mThread.notify(); in onDestroy()213 synchronized (mThread) { in onDetach()216 mThread.notify(); in onDetach()226 synchronized (mThread) { in restart()228 mThread.notify(); in restart()
45 private Thread mThread; field in SynthEngine263 mThread = new Thread(new MyRunnable()); in start()265 mThread.start(); in start()273 if (mThread != null) { in stop()275 mThread.interrupt(); in stop()276 mThread.join(500); in stop()280 mThread = null; in stop()
121 Thread mThread = null; field in ChatConnection.ChatServer124 mThread = new Thread(new ServerThread()); in ChatServer()125 mThread.start(); in ChatServer()129 mThread.interrupt(); in tearDown()
69584 …/frameworks/av,fake_r2SaexPzRxWl1kU4aq79Mw@fakeemail.com,WebmFrameThread: clear mThread after join.