Home | History | Annotate | Download | only in latin

Lines Matching refs:handlerThread

40 import android.os.HandlerThread;
1607 final HandlerThread handlerThread = new HandlerThread(
1609 handlerThread.start();
1610 mHandler = new Handler(handlerThread.getLooper(), this);