HomeSort by relevance Sort by last modified time
    Searched refs:isCleanable (Results 1 - 2 of 2) sorted by null

  /frameworks/base/include/utils/
BlobCache.h 124 // isCleanable returns true if the cache is full enough for the clean method
126 bool isCleanable() const;
  /frameworks/base/libs/utils/
BlobCache.cpp 91 if (isCleanable()) {
113 if (isCleanable()) {
308 bool BlobCache::isCleanable() const {

Completed in 39 milliseconds