Searched defs:SECURE_SUGGESTION_SPANS_MAX_SIZE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java204 static final int SECURE_SUGGESTION_SPANS_MAX_SIZE = 20; field in class:InputMethodManagerService
255 new LruCache<>(SECURE_SUGGESTION_SPANS_MAX_SIZE);

Completed in 27 milliseconds