Searched refs:mReplyHandler (Results 1 – 2 of 2) sorted by relevance
304 private ReplyHandler mReplyHandler; field in ErrorLoggingService.ErrorServiceConnection316 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in ErrorServiceConnection()317 mReplyMessenger = new Messenger(mReplyHandler); in ErrorServiceConnection()327 mReplyHandler.cancelAll(); in close()416 mReplyHandler.cancelAll();593 mReplyHandler.addFuture(task); in retrieveLog()
49 private final Messenger mReplyHandler = new Messenger(new ReplyHandler(Looper.getMainLooper())); field in TestProcessClient103 m.replyTo = mReplyHandler; in run()