Searched refs:getInternal (Results 1 – 5 of 5) sorted by relevance
/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | AggregateRecordsResponse.java | 88 public static <U> U getInternal( in getInternal() method in AggregateRecordsResponse 123 return getInternal(aggregationType, mAggregateResults); in get()
|
D | AggregateRecordsGroupedByDurationResponse.java | 90 return AggregateRecordsResponse.getInternal(aggregationType, mResult); in get()
|
D | AggregateRecordsGroupedByPeriodResponse.java | 102 return AggregateRecordsResponse.getInternal(aggregationType, mResult); in get()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | trie_map.cpp | 99 return getInternal(unsignedKey, getBitShuffledKey(unsignedKey), bitmapEntryIndex, in get() 283 const TrieMap::Result TrieMap::getInternal(const uint32_t key, const uint32_t hashedKey, in getInternal() function in latinime::TrieMap
|
D | trie_map.h | 306 const Result getInternal(const uint32_t key, const uint32_t hashedKey,
|