Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java177 private static native boolean needsToRunGCNative(long dict, boolean mindsBlockByGC); in needsToRunGCNative() method in BinaryDictionary
583 return needsToRunGCNative(mNativeDict, mindsBlockByGC); in needsToRunGC()