Home
last modified time | relevance | path

Searched defs:getDisplayIdsForDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/companion/virtual/
DVirtualDeviceManagerInternal.java150 public abstract @NonNull ArraySet<Integer> getDisplayIdsForDevice(int deviceId); in getDisplayIdsForDevice() method in VirtualDeviceManagerInternal
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java869 public @NonNull ArraySet<Integer> getDisplayIdsForDevice(int deviceId) { in getDisplayIdsForDevice() method in VirtualDeviceManagerService.LocalService