Searched defs:SECURE_SUGGESTION_SPANS_MAX_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java155 static final int SECURE_SUGGESTION_SPANS_MAX_SIZE = 20; field in class:InputMethodManagerService
186 new LruCache<SuggestionSpan, InputMethodInfo>(SECURE_SUGGESTION_SPANS_MAX_SIZE);

Completed in 36 milliseconds