Home
last modified time | relevance | path

Searched refs:INITIAL_OCCUPANT_ZONE_STATE (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarRemoteDeviceServiceTest.java43 import static com.android.car.occupantconnection.CarRemoteDeviceService.INITIAL_OCCUPANT_ZONE_STATE;
415 .isEqualTo(INITIAL_OCCUPANT_ZONE_STATE); in testCalculateOccupantZoneState_notPowerOn()
495 verify(mCallback).onOccupantZoneStateChanged(peerZone2, INITIAL_OCCUPANT_ZONE_STATE); in testRegisterStateCallback()
656 mOccupantZoneStateMap.put(mOccupantZone, INITIAL_OCCUPANT_ZONE_STATE); in testOccupantZonePowerStateChanged()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java145 static final int INITIAL_OCCUPANT_ZONE_STATE = 0; field in CarRemoteDeviceService
741 @OccupantZoneState int occupantZoneState = INITIAL_OCCUPANT_ZONE_STATE; in calculateOccupantZoneState()