Home
last modified time | relevance | path

Searched refs:mCurrentDrivingState (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarDrivingStateService.java110 private CarDrivingStateEvent mCurrentDrivingState; field in CarDrivingStateService
115 mCurrentDrivingState = createDrivingStateEvent(CarDrivingStateEvent.DRIVING_STATE_UNKNOWN); in CarDrivingStateService()
126 mCurrentDrivingState = createDrivingStateEvent(inferDrivingStateLocked()); in init()
128 mCurrentDrivingState.eventValue, mCurrentDrivingState.timeStamp); in init()
156 mCurrentDrivingState = createDrivingStateEvent( in release()
271 return mCurrentDrivingState; in getCurrentDrivingState()
316 writer.println("Current Driving State: " + mCurrentDrivingState.eventValue); in dump()
401 + mCurrentDrivingState.eventValue); in handlePropertyEventLocked()
403 if (drivingState != mCurrentDrivingState.eventValue) { in handlePropertyEventLocked()
404 addTransitionLogLocked(TAG, mCurrentDrivingState.eventValue, drivingState, in handlePropertyEventLocked()
[all …]
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DCarUiPortraitDriveStateController.java36 private int mCurrentDrivingState = DRIVING_STATE_UNKNOWN; field in CarUiPortraitDriveStateController
54 mCurrentDrivingState = carDrivingStateEvent.eventValue; in handleDrivingStateChange()
61 logIfDebuggable("Driving state is " + mCurrentDrivingState); in isDrivingStateMoving()
62 return mCurrentDrivingState == DRIVING_STATE_MOVING; in isDrivingStateMoving()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/wm/
DCarUiPortraitDisplaySystemBarsController.java60 private int mCurrentDrivingState = DRIVING_STATE_UNKNOWN; field in CarUiPortraitDisplaySystemBarsController
166 mCurrentDrivingState = event.eventValue; in handleDrivingStateChange()
310 if (requested && mCurrentDrivingState == DRIVING_STATE_MOVING) { in notifyOnImmersiveRequestedChanged()
322 if (mImmersiveState == STATE_DEFAULT || mCurrentDrivingState != DRIVING_STATE_MOVING) { in onDrivingStateChanged()