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

/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java74 public static final String SUGGESTION_SPAN_PICKED_HASHCODE = "hashcode"; field in class:SuggestionSpan
368 intent.putExtra(SuggestionSpan.SUGGESTION_SPAN_PICKED_HASHCODE, hashCode());
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1594 intent.putExtra(SuggestionSpan.SUGGESTION_SPAN_PICKED_HASHCODE, span.hashCode());

Completed in 96 milliseconds