Searched refs:thr (Results 1 – 5 of 5) sorted by relevance
52 HandlerThread thr = new HandlerThread("ProtipWidget async");53 thr.start(); in thr.start()54 mAsyncHandler = new Handler(thr.getLooper());
106 Thread thr = new Thread(null, this, "MediaScannerService"); in onCreate() local107 thr.start(); in onCreate()
95 HandlerThread thr = new HandlerThread("AlertReceiver async");96 thr.start(); in thr.start()97 sAsyncHandler = new Handler(thr.getLooper());