Searched refs:FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED (Results 1 – 7 of 7) sorted by relevance
26 import static android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED;277 .append((occupantZoneStates & FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED) != 0 in setStateView()320 if ((occupantZoneStates & FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED) == 0) { in getConnectionError()
71 public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 1 << 1; field in CarRemoteDeviceManager125 FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED,
28 import static android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED;747 occupantZoneState |= FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED; in calculateOccupantZoneState()1114 boolean screenUnlocked = (state & FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED) != 0; in occupantZoneStateToString()
237 field public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 2; // 0x2
240 field public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 2; // 0x2
1298 UnflaggedApi: android.car.CarRemoteDeviceManager#FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED:1299 …agged with @FlaggedApi: field android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED