Home
last modified time | relevance | path

Searched defs:resetCache (Results 1 – 2 of 2) sorted by relevance

/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
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java300 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache() method in BlobCache