Home
last modified time | relevance | path

Searched defs:getDisplayNameForPersistentDeviceId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/companion/virtual/
DIVirtualDeviceManager.aidl83 CharSequence getDisplayNameForPersistentDeviceId(in String persistentDeviceId); in getDisplayNameForPersistentDeviceId() method
DVirtualDeviceManager.java395 public CharSequence getDisplayNameForPersistentDeviceId(@NonNull String persistentDeviceId) { in getDisplayNameForPersistentDeviceId() method in VirtualDeviceManager
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java582 public @Nullable CharSequence getDisplayNameForPersistentDeviceId( in getDisplayNameForPersistentDeviceId() method in VirtualDeviceManagerService.VirtualDeviceManagerImpl