Searched refs:getAllPersistentDeviceIds (Results 1 – 8 of 8) sorted by relevance
141 List<String> getAllPersistentDeviceIds(); in getAllPersistentDeviceIds() method
418 public Set<String> getAllPersistentDeviceIds() { in getAllPersistentDeviceIds() method in VirtualDeviceManager424 return new ArraySet<>(mService.getAllPersistentDeviceIds()); in getAllPersistentDeviceIds()
182 public abstract @NonNull Set<String> getAllPersistentDeviceIds(); in getAllPersistentDeviceIds() method in VirtualDeviceManagerInternal
592 public @NonNull List<String> getAllPersistentDeviceIds() { in getAllPersistentDeviceIds() method in VirtualDeviceManagerService.VirtualDeviceManagerImpl593 return new ArrayList<>(mLocalService.getAllPersistentDeviceIds()); in getAllPersistentDeviceIds()903 public @NonNull Set<String> getAllPersistentDeviceIds() { in getAllPersistentDeviceIds() method in VirtualDeviceManagerService.LocalService
811 assertThat(mLocalService.getAllPersistentDeviceIds()) in getAllPersistentDeviceIds_respectsCurrentAssociations()820 assertThat(mLocalService.getAllPersistentDeviceIds()).containsExactly( in getAllPersistentDeviceIds_respectsCurrentAssociations()827 assertThat(mLocalService.getAllPersistentDeviceIds()).isEmpty(); in getAllPersistentDeviceIds_respectsCurrentAssociations()
1121 mVirtualDeviceManagerInternal.getAllPersistentDeviceIds()); in systemReady()2621 devices.addAll(mVirtualDeviceManagerInternal.getAllPersistentDeviceIds()); in resetAllModes()
3440 …istent_device_id_api") @NonNull public java.util.Set<java.lang.String> getAllPersistentDeviceIds();
9059 …er/companion/virtual/VirtualDeviceManagerService$LocalService;->getAllPersistentDeviceIds()Ljava/u…