Home
last modified time | relevance | path

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

/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java31 public static final String JSON_FIELD_CORRECT_INDEX = "correctIndex"; field in JsonUtils
DMainActivity.java234 int correctIndex = questionObject.getInt(JsonUtils.JSON_FIELD_CORRECT_INDEX); in fromJson()