Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/tradefed/result/
DCompatibilityTestResult.java30 public static final String KEY_VERSION_STRING = "app_version_string"; field in CompatibilityTestResult
60 o.put(KEY_VERSION_STRING, versionString); in toJsonString()
80 if (o.has(KEY_VERSION_STRING)) { in fromJsonString()
81 result.versionString = o.getString(KEY_VERSION_STRING); in fromJsonString()