Lines Matching refs:Thread
73 * Starts a long running (application) Thread that will run through commands130 private final Thread mThread;151 mThread = new Thread(this);174 // TODO: seems that this reading of mBusy isn't thread-safe