Searched refs:FLAG_OCCUPANT_ZONE_POWER_ON (Results 1 – 8 of 8) sorted by relevance
31 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 …]
25 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()
63 public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1 << 0; field in CarRemoteDeviceManager124 FLAG_OCCUPANT_ZONE_POWER_ON,
27 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()
236 field public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1; // 0x1
239 field public static final int FLAG_OCCUPANT_ZONE_POWER_ON = 1; // 0x1
1296 UnflaggedApi: android.car.CarRemoteDeviceManager#FLAG_OCCUPANT_ZONE_POWER_ON:1297 …t be flagged with @FlaggedApi: field android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_POWER_ON