HomeSort by relevance Sort by last modified time
    Searched refs:QUERY_PARAMETER_PROTOCOL_VERSION (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 58 public static final String QUERY_PARAMETER_PROTOCOL_VERSION = "protocol";
162 final String protocolVersionArg = uri.getQueryParameter(QUERY_PARAMETER_PROTOCOL_VERSION);
173 final String protocolVersionArg = uri.getQueryParameter(QUERY_PARAMETER_PROTOCOL_VERSION);
DictionarySettingsFragment.java 266 .appendQueryParameter(DictionaryProvider.QUERY_PARAMETER_PROTOCOL_VERSION, "2")

Completed in 242 milliseconds