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

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

Completed in 33 milliseconds