Searched refs:getChipType (Results 1 – 7 of 7) 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
46 tNFC_chipType getChipType(uint8_t* msg, uint16_t msg_len);
35 tNFC_chipType capability::getChipType(uint8_t* msg, uint16_t msg_len) { in getChipType() function in capability
133 assertThat(iterator.next().getChipType()).isEqualTo(2); in testRestoreCheckedChipItems_hasCorrectValue()
219 Metrics.logSearchType(item.getChipType()); in onCreate()
3203 tNFC_chipType chipType = pConfigFL->getChipType(msg, msg_len); in phNxpNciHal_configFeatureList()