HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentDrivingState (Results 1 - 4 of 4) sorted by null

  /packages/services/Car/car-lib/src/android/car/drivingstate/
ICarDrivingState.aidl 33 CarDrivingStateEvent getCurrentDrivingState() = 2;
CarDrivingStateManager.java 145 return mDrivingService.getCurrentDrivingState();
  /packages/services/Car/service/src/com/android/car/
CarUxRestrictionsManagerService.java 103 mDrivingStateService.getCurrentDrivingState();
363 int currentDrivingState = mDrivingStateService.getCurrentDrivingState().eventValue;
CarDrivingStateService.java 219 public synchronized CarDrivingStateEvent getCurrentDrivingState() {

Completed in 706 milliseconds