Home
last modified time | relevance | path

Searched refs:totalChipLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/
DSearchChipViewManagerTest.java81 int totalChipLength = TEST_MIME_TYPES.length + TEST_OTHER_TYPES.length; in testInitChipSets_hasCorrectChipCount() local
82 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength); in testInitChipSets_hasCorrectChipCount()
89 int totalChipLength = TEST_MIME_TYPES.length + TEST_OTHER_TYPES.length; in testUpdateChips_hasCorrectChipCount() local
90 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength); in testUpdateChips_hasCorrectChipCount()
97 int totalChipLength = TEST_MIME_TYPES_INCLUDING_DOCUMENT.length + TEST_OTHER_TYPES.length; in testUpdateChips_documentsFilterOnlyAvailableAboveR() local
99 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength); in testUpdateChips_documentsFilterOnlyAvailableAboveR()
101 assertThat(mChipGroup.getChildCount()).isEqualTo(totalChipLength - 1); in testUpdateChips_documentsFilterOnlyAvailableAboveR()