Home
last modified time | relevance | path

Searched refs:driverDisplayId (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DSimpleUserPickerFragment.java127 int driverDisplayId = mZoneManager.getDisplayIdForDriver( in onViewCreated() local
129 Log.i(TAG, "driver display id: " + driverDisplayId); in onViewCreated()
130 boolean isPassengerView = displayId != driverDisplayId; in onViewCreated()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DActivityBlockingActivity.java461 int driverDisplayId = mCarOccupantZoneManager.getDisplayIdForDriver( in handleCloseApplication() local
465 getDisplayId(), driverDisplayId)); in handleCloseApplication()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2147 int driverDisplayId = occupantZoneService.getDisplayIdForDriver( in setDisplayPowerState() local
2149 if (displayId == driverDisplayId && isNotSelf) { in setDisplayPowerState()