Home
last modified time | relevance | path

Searched refs:resetCache (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/util/
DBlobCache.java150 resetCache(maxEntries, maxBytes); in BlobCache()
301 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache() method in BlobCache
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java149 resetCache(maxEntries, maxBytes); in BlobCache()
300 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache() method in BlobCache
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
Ddic_traverse_session.cpp57 void DicTraverseSession::resetCache(const int thresholdForNextActiveDicNodes, const int maxWords) { in resetCache() function in latinime::DicTraverseSession
Ddic_traverse_session.h73 void resetCache(const int thresholdForNextActiveDicNodes, const int maxWords);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
Dsuggest.cpp90 traverseSession->resetCache(TRAVERSAL->getMaxCacheSize(traverseSession->getInputSize()), in initializeSearch()