Searched defs:userIds (Results 1 – 8 of 8) sorted by relevance
45 String[] userIds = userIdsString.split(","); in getUserTypeIntegers() local
72 final int[] userIds = Utils.getAllUsers(device); in removeSecondaryUsers() local
48 final int[] userIds = Utils.prepareMultipleUsers(getDevice(), 2); in cannotGetSmsRoleHolderForAnotherUser() local
185 final int[] userIds = getAllUsers(device); in prepareMultipleUsers() local
605 int[] userIds = Utils.getAllUsers(getDevice()); in normalizeUserStates() local
130 final int[] userIds = getAllUsers(device); in prepareMultipleUsers() local
366 List<Integer> userIds) { in isOnlyInstalledForUser()
174 private void checkUserTypes(List<Integer> userIds, List<Integer> reportedUserTypes) in checkUserTypes()