Searched refs:allIds (Results 1 – 2 of 2) 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()
200 + idSet.toString(idInfo.allIds)); in showRepertoire()581 IdSet allIds = new IdSet(); field in ShowKeyboards.IdInfo584 allIds.add(id); in add()685 final String keyboardsString = value.toString(allIds); in print()864 public String toString(IdSet allIds) { in toString() argument865 if (this.equals(allIds)) { in toString()880 appendLocaleAndVariants(b, valueSet, allIds.data.get(key)); in toString()