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.java93 public static TestCase fromJson(JSONObject object, in fromJson() method in Persistence.TestCase
152 public static Setup fromJson(JSONObject object, in fromJson() method in Persistence.Setup
209 static GenerationIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson() method
270 public static LaunchIntent fromJson(JSONObject fakeIntent, Map<String, IntentFlag> table) in fromJson() method in Persistence.LaunchIntent
359 public static LaunchFromIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson() method in Persistence.LaunchFromIntent
469 static StateDump fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.StateDump
551 static StackState fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.StackState
614 static TaskState fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.TaskState
671 static ActivityState fromJson(JSONObject object) throws JSONException { in fromJson() method in Persistence.ActivityState