Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java94 public static TestCase fromJson(JSONObject object, in fromJson() method in Persistence.TestCase
153 public static Setup fromJson(JSONObject object, in fromJson() method in Persistence.Setup
210 static GenerationIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson() method
278 public static LaunchIntent fromJson(JSONObject fakeIntent, Map<String, IntentFlag> table) in fromJson() method in Persistence.LaunchIntent
365 public static LaunchFromIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson() method in Persistence.LaunchFromIntent
478 static StateDump fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.StateDump
569 static TaskState fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.TaskState
620 static ActivityState fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.ActivityState