Home | History | Annotate | Download | only in data

Lines Matching refs:mWorkerThread

491             Thread mWorkerThread;
496 mWorkerThread = new Thread(new Runnable() {
519 mWorkerThread.setPriority(Thread.MIN_PRIORITY);
520 mWorkerThread.start();