Home
last modified time | relevance | path

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

/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/
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
/packages/services/Car/service/src/com/android/car/
DCarServiceHelperWrapper.java132 public void setDisplayAllowlistForUser(@UserIdInt int userId, int[] displayIds) { in setDisplayAllowlistForUser() method in CarServiceHelperWrapper