Home
last modified time | relevance | path

Searched refs:setDisplayAllowlistForUser (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarServiceHelperWrapper.java132 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarServiceHelperWrapper
134 waitForCarServiceHelper().setDisplayAllowlistForUser(userId, displayIds); in setDisplayAllowlistForUser()
DCarOccupantZoneService.java1204 CarServiceHelperWrapper.getInstance().setDisplayAllowlistForUser(userId, in updateUserAssignmentForDisplays()
/packages/services/Car/car-lib/src/com/android/car/internal/
DICarServiceHelper.aidl38 void setDisplayAllowlistForUser(int userId, in int[] displayIds) = 0; in setDisplayAllowlistForUser() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarServiceHelperWrapperUnitTest.java93 () -> wrapper.setDisplayAllowlistForUser(0, null)); in testThrowWhenNotConnected()
DAbstractICarServiceHelperStub.java49 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in AbstractICarServiceHelperStub
DCarOccupantZoneServiceTest.java1381 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarOccupantZoneServiceTest.ICarServiceHelperImpl