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

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

Completed in 67 milliseconds