Searched refs:STRING_SPACE (Results 1 – 3 of 3) sorted by relevance
227 public static final String STRING_SPACE = " "; field in Constants
253 TextUtils.join(Constants.STRING_SPACE, splitText) }); in onGetSuggestionsInternal()
1646 final boolean usePhantomSpace = separatorString.equals(Constants.STRING_SPACE); in revertCommit()