Searched refs:fromJson (Results 1 – 5 of 5) sorted by relevance
91 alarms.add(Alarm.fromJson(entry.getValue().toString())); in getAlarms()105 Alarm alarm = Alarm.fromJson(entry.getValue().toString()); in deleteAlarm()
79 public static Alarm fromJson(String string) { in fromJson() method in Alarm
63 public static Recipe fromJson(Context context, JSONObject json) { in fromJson() method in Recipe
89 mRecipe = Recipe.fromJson(this, jsonObject); in loadRecipe()
227 public static Question fromJson(JSONObject questionObject, int questionIndex) in fromJson() method in MainActivity.Question268 Question question = Question.fromJson(questionObject, mQuestionIndex++); in readQuizFromFile()