Home | History | Annotate | Download | only in alerts

Lines Matching defs:thr

95         HandlerThread thr = new HandlerThread("AlertReceiver async");
96 thr.start();
97 sAsyncHandler = new Handler(thr.getLooper());