Searched refs:mReplyThread (Results 1 – 1 of 1) sorted by relevance
303 private final HandlerThread mReplyThread; field in ErrorLoggingService.ErrorServiceConnection314 mReplyThread = new HandlerThread("ErrorServiceConnection"); in ErrorServiceConnection()315 mReplyThread.start(); in ErrorServiceConnection()316 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in ErrorServiceConnection()323 mReplyThread.quit(); in close()