Searched refs:JSON_INDENTATION_LEVEL (Results 1 – 2 of 2) sorted by relevance
32 private static final int JSON_INDENTATION_LEVEL = 4; field in IoUtils46 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()
72 private static final int JSON_INDENTATION_LEVEL = 4; field in IntentTests