Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestAcknowledgmentEntity.java55 public static final String KEY = "key"; field in TestAcknowledgmentEntity
253 if (json.has(KEY)) { in fromJson()
254 key = KeyFactory.stringToKey(json.get(KEY).getAsString()); in fromJson()
270 json.add(KEY, new JsonPrimitive(KeyFactory.keyToString(this.key))); in toJson()