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();
1407 return (left->getCacheRatio() < right->getCacheRatio()); in freeCache()1424 if (active && (active->getCacheRatio() < 10000) in freeCache()1426 LOG(DEBUG) << "Active ratio " << active->getCacheRatio() in freeCache()1440 && active->getCacheRatio() < queue.top()->getCacheRatio(); in freeCache()