Searched refs:mReplyThread (Results 1 – 2 of 2) sorted by relevance
143 private final HandlerThread mReplyThread; field in AttributionSourceService.AttributionSourceServiceConnection149 mReplyThread = new HandlerThread("AttributionSourceServiceConnection"); in AttributionSourceServiceConnection()150 mReplyThread.start(); in AttributionSourceServiceConnection()151 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in AttributionSourceServiceConnection()266 mReplyThread.quit(); in stop()
339 private final HandlerThread mReplyThread; field in ErrorLoggingService.ErrorServiceConnection350 mReplyThread = new HandlerThread("ErrorServiceConnection"); in ErrorServiceConnection()351 mReplyThread.start(); in ErrorServiceConnection()352 mReplyHandler = new ReplyHandler(mReplyThread.getLooper()); in ErrorServiceConnection()359 mReplyThread.quit(); in close()