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