Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallLogAdapter.java51 EntryType.TYPE_HEADER,
52 EntryType.TYPE_CALLLOG,
54 private @interface EntryType { annotation in CallLogAdapter
100 if (viewType == EntryType.TYPE_CALLLOG) { in onCreateViewHolderImpl()
122 @EntryType
125 return EntryType.TYPE_CALLLOG; in getItemViewTypeImpl()
127 return EntryType.TYPE_HEADER; in getItemViewTypeImpl()
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp145 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>
146 EntryType tableLookup(const EntryType (&table)[entryCount], in tableLookup()
147 const EntryType (&tableOEM)[entryCountOEM], uint32_t code) { in tableLookup()
154 return EntryType(); in tableLookup()