Home
last modified time | relevance | path

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

/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmStorage.java91 alarms.add(Alarm.fromJson(entry.getValue().toString())); in getAlarms()
105 Alarm alarm = Alarm.fromJson(entry.getValue().toString()); in deleteAlarm()
DAlarm.java79 public static Alarm fromJson(String string) { in fromJson() method in Alarm
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipe.java63 public static Recipe fromJson(Context context, JSONObject json) { in fromJson() method in Recipe
DRecipeActivity.java89 mRecipe = Recipe.fromJson(this, jsonObject); in loadRecipe()
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DMainActivity.java227 public static Question fromJson(JSONObject questionObject, int questionIndex) in fromJson() method in MainActivity.Question
268 Question question = Question.fromJson(questionObject, mQuestionIndex++); in readQuizFromFile()