Searched refs:getCacheRatio (Results 1 – 3 of 3) sorted by relevance
50 multiuser_get_uid(mUserId, mAppId), cacheUsed, cacheQuota, getCacheRatio()); in toString()199 int CacheTracker::getCacheRatio() { in getCacheRatio() function in android::installd::CacheTracker
54 int getCacheRatio();
2209 return (left->getCacheRatio() < right->getCacheRatio()); in freeCache()2225 if (active && (active->getCacheRatio() < 10000) in freeCache()2227 LOG(DEBUG) << "Active ratio " << active->getCacheRatio() in freeCache()2235 && active->getCacheRatio() < queue.top()->getCacheRatio(); in freeCache()