Home
last modified time | relevance | path

Searched defs:setDisplayAllowlistForUser (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/car-internal-lib/src/com/android/car/internal/
H A DICarServiceHelper.aidl34 void setDisplayAllowlistForUser(int userId, in int[] displayIds); in setDisplayAllowlistForUser() method
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DAbstractICarServiceHelperStub.java49 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in AbstractICarServiceHelperStub
H A DCarOccupantZoneServiceTest.java956 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarOccupantZoneServiceTest.ICarServiceHelperImpl
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceHelperService.java650 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarServiceHelperService.ICarServiceHelperImpl