Searched refs:mThread (Results 1 – 6 of 6) sorted by relevance
109 final Thread mThread = new Thread() { field in FragmentRetainInstanceSupport.RetainedFragment165 mThread.start(); in onCreate()183 synchronized (mThread) { in onActivityCreated()185 mThread.notify(); in onActivityCreated()196 synchronized (mThread) { in onDestroy()199 mThread.notify(); in onDestroy()214 synchronized (mThread) { in onDetach()217 mThread.notify(); in onDetach()227 synchronized (mThread) { in restart()229 mThread.notify(); in restart()
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()
44 private Thread mThread; field in ToyVpnService57 if (mThread != null) { in onStartCommand()58 mThread.interrupt(); in onStartCommand()68 mThread = new Thread(this, "ToyVpnThread"); in onStartCommand()69 mThread.start(); in onStartCommand()75 if (mThread != null) { in onDestroy()76 mThread.interrupt(); in onDestroy()
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()