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

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

Completed in 57 milliseconds