Searched refs:mClientDispatchHandlerThread (Results 1 – 1 of 1) sorted by relevance
91 private final HandlerThread mClientDispatchHandlerThread; field in DriverDistractionExperimentalFeatureService245 mClientDispatchHandlerThread = new HandlerThread(TAG); in DriverDistractionExperimentalFeatureService()246 mClientDispatchHandlerThread.start(); in DriverDistractionExperimentalFeatureService()248 mClientDispatchHandler = new Handler(mClientDispatchHandlerThread.getLooper()); in DriverDistractionExperimentalFeatureService()