Searched refs:recency (Results 1 – 9 of 9) sorted by relevance
107 private final RecencyComparator recency; field in AlbumDataAdapter.AccountComparator109 recency = new RecencyComparator(); in AccountComparator()115 return recency.compare(a, b); in compare()
236 uint32_t recency);248 void setRecency(uint32_t recency);
457 const std::shared_ptr<Blob>& value, uint32_t recency) in CacheEntry() argument458 : mKey(key), mValue(value), mRecency(recency) {} in CacheEntry()490 void BlobCache::CacheEntry::setRecency(uint32_t recency) { in setRecency() argument491 mRecency = recency; in setRecency()
279 private ResolverTarget makeNewResolverTarget(float recency, float timeSpent, float launch, in makeNewResolverTarget() argument282 target.setRecencyScore(recency); in makeNewResolverTarget()
32 …description: "This flag will enable selection of items based on recency of selection in picker cho…
269 final float recency = target.getRecencyScore() / mostRecencyScore; in doCompute() local270 setFeatures(target, recency * recency * RECENCY_MULTIPLIER, in doCompute()