Searched refs:mClientDispatchHandler (Results 1 – 3 of 3) sorted by relevance
96 private final Handler mClientDispatchHandler; field in DriverDistractionExperimentalFeatureService252 mClientDispatchHandler = new Handler(mClientDispatchHandlerThread.getLooper()); in DriverDistractionExperimentalFeatureService()254 mClientDispatchHandler = clientDispatchHandler; in DriverDistractionExperimentalFeatureService()304 mClientDispatchHandler.removeCallbacksAndMessages(null); in release()543 mClientDispatchHandler.post( in updateCurrentDistractionEventLocked()566 mClientDispatchHandler.postDelayed(mDispatchCurrentDistractionRunnable, delayMs); in scheduleAwarenessDispatchLocked()731 mClientDispatchHandler.post(() -> { in addDriverDistractionChangeListener()
85 private final Handler mClientDispatchHandler = new Handler(mClientDispatchThread.getLooper()); field in CarDrivingStateService283 boolean success = mClientDispatchHandler.post(() -> { in dispatchEventToClients()
157 private final Handler mClientDispatchHandler = new Handler(mClientDispatchThread.getLooper()); field in CarUxRestrictionsManagerService1089 boolean success = mClientDispatchHandler.post(() -> { in dispatchRestrictionsToClientsLocked()