Home
last modified time | relevance | path

Searched refs:getOccupantZoneForDisplayId (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DCarServiceMediator.java147 OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in CarServiceMediator
197 OccupantZoneInfo zoneInfo = getOccupantZoneForDisplayId(displayId); in unassignOccupantZoneForDisplay()
208 OccupantZoneInfo zoneInfo = getOccupantZoneForDisplayId(displayId); in getSeatString()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCLogoutButtonController.java161 CarOccupantZoneManager.OccupantZoneInfo zoneInfo = getOccupantZoneForDisplayId( in logoutUser()
194 private CarOccupantZoneManager.OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in QCLogoutButtonController
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/key/
DInjectKeyTestFragment.java122 private OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in InjectKeyTestFragment
156 OccupantZoneInfo zone = getOccupantZoneForDisplayId( in injectKeyByShell()
/packages/services/Car/car-lib/src/android/car/
DICarOccupantZone.aidl52 CarOccupantZoneManager.OccupantZoneInfo getOccupantZoneForDisplayId(int displayId); in getOccupantZoneForDisplayId() method
DCarOccupantZoneManager.java574 public OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in CarOccupantZoneManager
576 return mService.getOccupantZoneForDisplayId(displayId); in getOccupantZoneForDisplayId()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
DInjectMotionTestFragment.java174 OccupantZoneInfo zone = getOccupantZoneForDisplayId( in injectMotionByShell()
249 private OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in InjectMotionTestFragment
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DSimpleUserPickerFragment.java217 OccupantZoneInfo zoneInfo = getOccupantZoneForDisplayId(displayId); in updateTextInfo()
279 OccupantZoneInfo zoneInfo = getOccupantZoneForDisplayId(displayId); in stopUser()
398 private OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in SimpleUserPickerFragment
/packages/services/Car/tools/GenericCarApiBuilder/scripts/api-coverage/
Dapis-without-coverage.txt43 android.car.CarOccupantZoneManager#getOccupantZoneForDisplayId(int)
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java634 mService.getOccupantZoneForDisplayId(Display.INVALID_DISPLAY); in testGetOccupantZoneForDisplayId_invalidDisplayId()
646 mService.getOccupantZoneForDisplayId(Display.DEFAULT_DISPLAY); in testGetOccupantZoneForDisplayId_displayIdForDriver()
659 mService.getOccupantZoneForDisplayId(mDisplay2.getDisplayId()); in testGetOccupantZoneForDisplayId_displayIdForPassenger()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/
DDisplayInputSinkController.java224 OccupantZoneInfo zone = mOccupantZoneManager.getOccupantZoneForDisplayId(displayId); in mayUpdatePassengerDisplayOnAdded()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java306 OccupantZoneInfo zone = occupantZoneManager.getOccupantZoneForDisplayId(myDisplayId); in launchOtherUiForInvalidUser()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java512 mOccupantZoneService.getOccupantZoneForDisplayId(displayId); in registerDisplayListener()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarRemoteDeviceServiceTest.java659 when(mOccupantZoneService.getOccupantZoneForDisplayId(displayId)).thenReturn(mOccupantZone); in testOccupantZonePowerStateChanged()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java511 private OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in CarUserService
2513 OccupantZoneInfo zoneInfo = getOccupantZoneForDisplayId(displayId); in assignVisibleUserToZone()
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java780 public OccupantZoneInfo getOccupantZoneForDisplayId(int displayId) { in getOccupantZoneForDisplayId() method in CarOccupantZoneService
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt161 …llable public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantZoneForDisplayId(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt161 …llable public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantZoneForDisplayId(int);
Dtest-current.txt164 …llable public android.car.CarOccupantZoneManager.OccupantZoneInfo getOccupantZoneForDisplayId(int);
Dsystem-lint-baseline.txt1196 UnflaggedApi: android.car.CarOccupantZoneManager#getOccupantZoneForDisplayId(int):
1197 …lagged with @FlaggedApi: method android.car.CarOccupantZoneManager.getOccupantZoneForDisplayId(int)