Home
last modified time | relevance | path

Searched refs:FLAG_OCCUPANT_ZONE_POWER_ON (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarRemoteDeviceServiceTest.java31 import static android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_POWER_ON;
423 .isEqualTo(FLAG_OCCUPANT_ZONE_POWER_ON); in testCalculateOccupantZoneState_powerOn()
494 verify(mCallback).onOccupantZoneStateChanged(peerZone1, FLAG_OCCUPANT_ZONE_POWER_ON); in testRegisterStateCallback()
633 FLAG_OCCUPANT_ZONE_POWER_ON | FLAG_OCCUPANT_ZONE_CONNECTION_READY); in testOccupantZoneStateChanged()
643 verify(mCallback).onOccupantZoneStateChanged(peerZone2, FLAG_OCCUPANT_ZONE_POWER_ON); in testOccupantZoneStateChanged()
663 assertThat(mOccupantZoneStateMap.get(mOccupantZone)).isEqualTo(FLAG_OCCUPANT_ZONE_POWER_ON); in testOccupantZonePowerStateChanged()
676 mOccupantZoneStateMap.put(mOccupantZone, FLAG_OCCUPANT_ZONE_POWER_ON); in testUserStarting()
699 mOccupantZoneStateMap.put(mOccupantZone, FLAG_OCCUPANT_ZONE_POWER_ON); in testUserBecameVisible()
722 mOccupantZoneStateMap.put(mOccupantZone, FLAG_OCCUPANT_ZONE_POWER_ON); in testUserSwitching()
745 mOccupantZoneStateMap.put(mOccupantZone, FLAG_OCCUPANT_ZONE_POWER_ON); in testUserAssigned()
[all …]
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/occupantconnection/
DOccupantConnectionFragment.java25 import static android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_POWER_ON;
275 .append((occupantZoneStates & FLAG_OCCUPANT_ZONE_POWER_ON) != 0 in setStateView()
315 if ((occupantZoneStates & FLAG_OCCUPANT_ZONE_POWER_ON) == 0) { in getConnectionError()
/packages/services/Car/car-lib/src/android/car/
DCarRemoteDeviceManager.java63 public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1 << 0; field in CarRemoteDeviceManager
124 FLAG_OCCUPANT_ZONE_POWER_ON,
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java27 import static android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_POWER_ON;
744 occupantZoneState |= FLAG_OCCUPANT_ZONE_POWER_ON; in calculateOccupantZoneState()
1113 boolean powerOn = (state & FLAG_OCCUPANT_ZONE_POWER_ON) != 0; in occupantZoneStateToString()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt236 field public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1; // 0x1
/packages/services/Car/car-lib/api/
Dsystem-current.txt236 field public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1; // 0x1
Dtest-current.txt239 field public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1; // 0x1
Dsystem-lint-baseline.txt1296 UnflaggedApi: android.car.CarRemoteDeviceManager#FLAG_OCCUPANT_ZONE_POWER_ON:
1297 …t be flagged with @FlaggedApi: field android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_POWER_ON