Home | History | Annotate | Download | only in server

Lines Matching defs:mThread

232         if (mThread != null) {
233 synchronized (mThread) {
234 mThread.mDone = true;
235 mThread.notify();
237 mThread = null;
258 // mThread better be null here. doCancelVibrate should always be
260 mThread = new VibrateThread(vib);
261 mThread.start();
352 if (mThread == this) {
353 mThread = null;
381 volatile VibrateThread mThread;