Searched refs:setDisplayAllowlistForUser (Results 1 – 6 of 6) sorted by relevance
132 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarServiceHelperWrapper134 waitForCarServiceHelper().setDisplayAllowlistForUser(userId, displayIds); in setDisplayAllowlistForUser()
1204 CarServiceHelperWrapper.getInstance().setDisplayAllowlistForUser(userId, in updateUserAssignmentForDisplays()
38 void setDisplayAllowlistForUser(int userId, in int[] displayIds) = 0; in setDisplayAllowlistForUser() method
93 () -> wrapper.setDisplayAllowlistForUser(0, null)); in testThrowWhenNotConnected()
49 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in AbstractICarServiceHelperStub
1381 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarOccupantZoneServiceTest.ICarServiceHelperImpl