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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java254 private final LruCache<SuggestionSpan, InputMethodInfo> mSecureSuggestionSpans = field in class:InputMethodManagerService
2261 mSecureSuggestionSpans.put(ss, currentImi);
2273 final InputMethodInfo targetImi = mSecureSuggestionSpans.get(span);

Completed in 39 milliseconds