Home
last modified time | relevance | path

Searched refs:FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/occupantconnection/
DOccupantConnectionFragment.java26 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()
/packages/services/Car/car-lib/src/android/car/
DCarRemoteDeviceManager.java71 public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 1 << 1; field in CarRemoteDeviceManager
125 FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED,
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java28 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()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt237 field public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 2; // 0x2
/packages/services/Car/car-lib/api/
Dsystem-current.txt237 field public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 2; // 0x2
Dtest-current.txt240 field public static final int FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED = 2; // 0x2
Dsystem-lint-baseline.txt1298 UnflaggedApi: android.car.CarRemoteDeviceManager#FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED:
1299 …agged with @FlaggedApi: field android.car.CarRemoteDeviceManager.FLAG_OCCUPANT_ZONE_SCREEN_UNLOCKED