Searched refs:getAssociatedDeviceIdsForUser (Results 1 – 2 of 2) sorted by relevance
68 mConnectedDeviceStorage.getAssociatedDeviceIdsForUser(mActiveUserId); in getAssociatedDeviceIdsForUser_includesNewlyAddedDevice()76 mConnectedDeviceStorage.getAssociatedDeviceIdsForUser(mActiveUserId + 1); in getAssociatedDeviceIdsForUser_excludesDeviceAddedForOtherUser()85 mConnectedDeviceStorage.getAssociatedDeviceIdsForUser(mActiveUserId); in getAssociatedDeviceIdsForUser_excludesRemovedDevice()101 mConnectedDeviceStorage.getAssociatedDeviceIdsForUser(mActiveUserId + 1); in getAssociatedDevicesForUser_excludesDeviceAddedForOtherUser()
353 public List<String> getAssociatedDeviceIdsForUser(@NonNull int userId) { in getAssociatedDeviceIdsForUser() method in ConnectedDeviceStorage371 return getAssociatedDeviceIdsForUser(ActivityManager.getCurrentUser()); in getActiveUserAssociatedDeviceIds()