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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
JsonUtils.java 34 /* package */ class JsonUtils {
35 private JsonUtils() {
LogStatement.java 198 JsonUtils.writeJson((CompletionInfo[]) value, jsonWriter);
200 JsonUtils.writeJson((SharedPreferences) value, jsonWriter);
202 JsonUtils.writeJson((Key[]) value, jsonWriter);
204 JsonUtils.writeJson((SuggestedWords) value, jsonWriter);
206 JsonUtils.writeJson((MotionEvent) value, jsonWriter);

Completed in 177 milliseconds