Lines Matching refs:Handler
47 import android.os.Handler;249 private final Handler mHandler = new MainHandler();262 * This Handler is used to post message back onto the main thread of the265 private class MainHandler extends Handler {