Searched refs:getChipType (Results 1 – 4 of 4) sorted by relevance
142 setCheckedChip(chipData.getChipType()); in restoreCheckedChipItems()188 if (data.getChipType() == MetricConsts.TYPE_CHIP_LARGE_FILES) { in getCheckedChipQueryArgs()191 } else if (data.getChipType() == MetricConsts.TYPE_CHIP_FROM_THIS_WEEK) { in getCheckedChipQueryArgs()218 checkedChipList.add(item.getChipType()); in onSaveInstanceState()237 mDefaultChipTypes.add(chipData.getChipType()); in initChipSets()344 if (item.getChipType() == chipType) { in setCheckedChip()380 if (chipData.getChipType() == TYPE_LARGE_FILES) { in bindChip()382 } else if (chipData.getChipType() == TYPE_FROM_THIS_WEEK) { in bindChip()384 } else if (chipData.getChipType() == TYPE_DOCUMENTS) { in bindChip()
43 public final int getChipType() { in getChipType() method in SearchChipData
133 assertThat(iterator.next().getChipType()).isEqualTo(2); in testRestoreCheckedChipItems_hasCorrectValue()
219 Metrics.logSearchType(item.getChipType()); in onCreate()