Searched refs:allIds (Results 1 – 4 of 4) sorted by relevance
47 Set<Integer> allIds = new HashSet<>(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces() local48 assertThat(allIds.add(ApplicationRClass.string.string_one)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()49 assertThat(allIds.add(ApplicationRClass.string.string_two)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()50 assertThat(allIds.add(SecondClass.integer.integer_one)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()51 assertThat(allIds.add(SecondClass.integer.integer_two)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()52 assertThat(allIds.add(SecondClass.string.string_one)).isFalse(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()53 assertThat(allIds.add(SecondClass.string.string_three)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()54 assertThat(allIds.add(ThirdClass.raw.raw_one)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()55 assertThat(allIds.add(ThirdClass.raw.raw_two)).isTrue(); in resourcesOfDifferentTypes_shouldHaveDifferentTypeSpaces()
203 + idSet.toString(idInfo.allIds)); in showRepertoire()585 IdSet allIds = new IdSet(); field in ShowKeyboards.IdInfo588 allIds.add(id); in add()689 final String keyboardsString = value.toString(allIds); in print()868 public String toString(IdSet allIds) { in toString() argument869 if (this.equals(allIds)) { in toString()884 appendLocaleAndVariants(b, valueSet, allIds.data.get(key)); in toString()
112 String[] allIds = zoneInfoDb.getAvailableIDs(); in testGetAvailableIDsWithRawOffset() local113 List<ZoneInfoData> allZones = Arrays.stream(allIds) in testGetAvailableIDsWithRawOffset()
639 Set<String> allIds = new TreeSet<>(); in calculateEmptyFiles() local641 while (!id.equals("root") && !allIds.contains(id)) { in calculateEmptyFiles()642 allIds.add(id); in calculateEmptyFiles()646 return ImmutableSet.copyOf(Sets.difference(allIds, writtenIds)); in calculateEmptyFiles()