Searched refs:totalChipLength (Results 1 – 1 of 1) sorted by relevance
81 int totalChipLength = TEST_MIME_TYPES.length + TEST_OTHER_TYPES.length; in testInitChipSets_hasCorrectChipCount() local82 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength); in testInitChipSets_hasCorrectChipCount()89 int totalChipLength = TEST_MIME_TYPES.length + TEST_OTHER_TYPES.length; in testUpdateChips_hasCorrectChipCount() local90 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength); in testUpdateChips_hasCorrectChipCount()97 int totalChipLength = TEST_MIME_TYPES_INCLUDING_DOCUMENT.length + TEST_OTHER_TYPES.length; in testUpdateChips_documentsFilterOnlyAvailableAboveR() local99 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength); in testUpdateChips_documentsFilterOnlyAvailableAboveR()101 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength - 1); in testUpdateChips_documentsFilterOnlyAvailableAboveR()