Home
last modified time | relevance | path

Searched refs:KEY_MESSAGE (Results 1 – 1 of 1) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/result/
DCompatibilityTestResult.java34 public static final String KEY_MESSAGE = "message"; field in CompatibilityTestResult
65 o.put(KEY_MESSAGE, message); in toJsonString()
93 if (o.has(KEY_MESSAGE)) { in fromJsonString()
94 result.message = o.getString(KEY_MESSAGE); in fromJsonString()