Searched refs:mEventCallbackHandler (Results 1 – 3 of 3) sorted by relevance
60 private final EventCallbackHandler mEventCallbackHandler; field in OccupantAwarenessManager71 mEventCallbackHandler = new EventCallbackHandler(this, getEventHandler().getLooper()); in OccupantAwarenessManager()225 mEventCallbackHandler.sendMessage( in handleSystemStatusChanged()226 mEventCallbackHandler.obtainMessage(MSG_HANDLE_SYSTEM_STATUS_CHANGE, systemStatus)); in handleSystemStatusChanged()256 mEventCallbackHandler.sendMessage( in handleDetectionEvent()257 mEventCallbackHandler.obtainMessage(MSG_HANDLE_DETECTION_EVENT, detectionEvent)); in handleDetectionEvent()
52 private final EventCallbackHandler mEventCallbackHandler; field in CarDrivingStateManager66 mEventCallbackHandler = new EventCallbackHandler(this, getEventHandler().getLooper()); in CarDrivingStateManager()218 mEventCallbackHandler.sendMessage( in handleDrivingStateChanged()219 mEventCallbackHandler.obtainMessage(MSG_HANDLE_DRIVING_STATE_CHANGE, event)); in handleDrivingStateChanged()
65 private final EventCallbackHandler mEventCallbackHandler; field in CarUxRestrictionsManager76 mEventCallbackHandler = new EventCallbackHandler(this, in CarUxRestrictionsManager()363 mEventCallbackHandler.sendMessage(mEventCallbackHandler.obtainMessage( in handleUxRestrictionsChanged()