Searched refs:mJsonWriter (Results 1 – 1 of 1) sorted by relevance
54 private JsonWriter mJsonWriter = null; field in DeviceInfoActivity157 mJsonWriter = new JsonWriter(new OutputStreamWriter(out, StandardCharsets.UTF_8)); in createJsonWriter()159 mJsonWriter.setIndent(" "); in createJsonWriter()167 mJsonWriter.beginObject(); in startJsonWriter()175 mJsonWriter.endObject(); in closeJsonWriter()176 mJsonWriter.close(); in closeJsonWriter()187 mJsonWriter.beginObject(); in startGroup()198 mJsonWriter.name(name); in startGroup()199 mJsonWriter.beginObject(); in startGroup()210 mJsonWriter.endObject(); in endGroup()[all …]