Searched refs:mMonitorHandlerThread (Results 1 – 1 of 1) sorted by relevance
106 private final HandlerThread mMonitorHandlerThread; field in SystemActivityMonitoringService118 mMonitorHandlerThread = new HandlerThread(CarLog.TAG_AM); in SystemActivityMonitoringService()119 mMonitorHandlerThread.start(); in SystemActivityMonitoringService()120 mHandler = new ActivityMonitorHandler(mMonitorHandlerThread.getLooper()); in SystemActivityMonitoringService()