Home | History | Annotate | Download | only in text

Lines Matching defs:thread

269         HandlerThread thread = new HandlerThread("testThread");
270 thread.start();
272 Handler handler = new Handler(thread.getLooper());
284 // To avoid race condition, change the fetchFonts result on the handler thread.
307 thread.quit();
326 HandlerThread thread = new HandlerThread("testThread");
327 thread.start();
329 Handler handler = new Handler(thread.getLooper());
346 // To avoid race condition, change the fetchFonts result on the handler thread.
364 thread.quit();
382 HandlerThread thread = new HandlerThread("testThread");
383 thread.start();
385 Handler handler = new Handler(thread.getLooper());
420 thread.quit();
438 HandlerThread thread = new HandlerThread("testThread");
439 thread.start();
441 Handler handler = new Handler(thread.getLooper());
476 thread.quit();