Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java49 import android.car.CarRemoteDeviceManager.OccupantZoneState;
144 @OccupantZoneState
331 @OccupantZoneState int state = mOccupantZoneStateMap.valueAt(i); in dump()
426 @OccupantZoneState int initialState = calculateOccupantZoneState(occupantZone); in initAllOccupantZones()
706 @OccupantZoneState int oldState = mOccupantZoneStateMap.get(occupantZone); in updateOccupantZoneStateLocked()
707 @OccupantZoneState int newState = calculateOccupantZoneState(occupantZone); in updateOccupantZoneStateLocked()
739 @OccupantZoneState
741 @OccupantZoneState int occupantZoneState = INITIAL_OCCUPANT_ZONE_STATE; in calculateOccupantZoneState()
1112 private static String occupantZoneStateToString(@OccupantZoneState int state) { in occupantZoneStateToString()
/packages/services/Car/car-lib/src/android/car/
DCarRemoteDeviceManager.java129 public @interface OccupantZoneState { annotation in CarRemoteDeviceManager
171 @OccupantZoneState int occupantZoneStates); in onOccupantZoneStateChanged()
/packages/services/Car/car-lib/src/android/car/occupantconnection/
DCarOccupantConnectionManager.java29 import android.car.CarRemoteDeviceManager.OccupantZoneState;