Lines Matching defs:handler
29 import android.os.Handler;
159 CallerInfoAsyncQueryHandler handler = new CallerInfoAsyncQueryHandler(context, contactRef);
178 handler.startQuery(
206 // The current implementation of multiple async query runs in single handler thread
388 /** Asynchronous query handler class for the contact / callerinfo object. */
425 protected Handler createHandler(Looper looper) {
553 * tokens, but is irrelevant to this handler since the handler has no state.
577 // However, if there is any code that this Handler calls (such as in
640 Message reply = args.handler.obtainMessage(msg.what);