Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
H A DSearchChipViewManager.java142 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()
H A DSearchChipData.java43 public final int getChipType() { in getChipType() method in SearchChipData
/aosp12/hardware/nxp/nfc/pn8x/halimpl/utils/
H A DNxpNfcCapability.h46 tNFC_chipType getChipType(uint8_t* msg, uint16_t msg_len);
H A DNxpNfcCapability.cpp35 tNFC_chipType capability::getChipType(uint8_t* msg, uint16_t msg_len) { in getChipType() function in capability
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/queries/
H A DSearchChipViewManagerTest.java133 assertThat(iterator.next().getChipType()).isEqualTo(2); in testRestoreCheckedChipItems_hasCorrectValue()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java219 Metrics.logSearchType(item.getChipType()); in onCreate()
/aosp12/hardware/nxp/nfc/pn8x/halimpl/hal/
H A DphNxpNciHal.cc3203 tNFC_chipType chipType = pConfigFL->getChipType(msg, msg_len); in phNxpNciHal_configFeatureList()