Searched defs:userIds (Results 1 – 9 of 9) 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
154 final int[] userIds = getAllUsers(device); in prepareMultipleUsers() local
592 int[] userIds = Utils.getAllUsers(getDevice()); in normalizeUserStates() local
221 List<Integer> userIds = getPreCreatedUsers(); in deletePreCreatedUsers() local
130 final int[] userIds = getAllUsers(device); in prepareMultipleUsers() local
365 List<Integer> userIds) { in isOnlyInstalledForUser()
161 private void checkUserTypes(List<Integer> userIds, List<Integer> reportedUserTypes) in checkUserTypes()