Home
last modified time | relevance | path

Searched refs:getDisplayNameForPersistentDeviceId (Results 1 – 5 of 5) 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
401 return mService.getDisplayNameForPersistentDeviceId( in getDisplayNameForPersistentDeviceId()
/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java832 assertThat(mVdm.getDisplayNameForPersistentDeviceId("nonExistentPersistentId")).isNull(); in getDisplayNameForPersistentDeviceId_nonExistentPeristentId_returnsNull()
837 assertThat(mVdm.getDisplayNameForPersistentDeviceId( in getDisplayNameForPersistentDeviceId_defaultDevicePeristentId_returnsNull()
846 mVdm.getDisplayNameForPersistentDeviceId(mDeviceImpl.getPersistentDeviceId()); in getDisplayNameForPersistentDeviceId_validVirtualDevice_returnsCorrectId()
859 mVdm.getDisplayNameForPersistentDeviceId( in getDisplayNameForPersistentDeviceId_noVirtualDevice_returnsCorrectId()
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DVirtualDeviceManagerService.java582 public @Nullable CharSequence getDisplayNameForPersistentDeviceId( in getDisplayNameForPersistentDeviceId() method in VirtualDeviceManagerService.VirtualDeviceManagerImpl
/frameworks/base/core/api/
Dsystem-current.txt3441 …s.persistent_device_id_api") @Nullable public CharSequence getDisplayNameForPersistentDeviceId(@No…