Home
last modified time | relevance | path

Searched refs:setPassengerDisplays (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatableTest.java353 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testAllowAllForDriverDuringBoot()
362 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testAllowAllForDriverAfterUserSwitching()
378 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerAllowed()
390 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerChange()
410 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerNotAllowed()
423 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerNotAllowedAfterUserSwitch()
439 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerNotAllowedAfterAssigningCurrentUser()
456 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerDisplayRemoved()
475 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId(), in testPassengerDisplayRemovedFromSetPassengerDisplays()
486 mUpdatable.setPassengerDisplays(new int[]{mDisplay10ForPassenger.getDisplayId()}); in testPassengerDisplayRemovedFromSetPassengerDisplays()
[all …]
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/
DCarServiceHelperServiceUpdatableImpl.java347 public void setPassengerDisplays(int[] displayIdsForPassenger) { in setPassengerDisplays() method in CarServiceHelperServiceUpdatableImpl.ICarServiceHelperImpl
348 mCarLaunchParamsModifierUpdatable.setPassengerDisplays(displayIdsForPassenger); in setPassengerDisplays()
/frameworks/opt/car/services/updatableServices/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatableImpl.java240 public void setPassengerDisplays(int[] displayIdsForPassenger) { in setPassengerDisplays() method in CarLaunchParamsModifierUpdatableImpl