Searched refs:fromJson (Results 1 – 3 of 3) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
D | Persistence.java | 94 public static TestCase fromJson(JSONObject object, in fromJson() method in Persistence.TestCase 96 return new TestCase(Setup.fromJson(object.getJSONObject(SETUP_KEY), table), in fromJson() 97 StateDump.fromJson(object.getJSONObject(INITIAL_STATE_KEY)), in fromJson() 98 StateDump.fromJson(object.getJSONObject(END_STATE_KEY)), name); in fromJson() 153 public static Setup fromJson(JSONObject object, in fromJson() method in Persistence.Setup 179 GenerationIntent intent = GenerationIntent.fromJson(object, table); in intentsFromJson() 210 static GenerationIntent fromJson(JSONObject object, Map<String, IntentFlag> table) in fromJson() method 213 return LaunchFromIntent.fromJson(object, table); in fromJson() 215 return LaunchIntent.fromJson(object, table); in fromJson() 278 public static LaunchIntent fromJson(JSONObject fakeIntent, Map<String, IntentFlag> table) in fromJson() method in Persistence.LaunchIntent [all …]
|
D | IntentGenerationTests.java | 136 return TestCase.fromJson(jsonInTestFile, TABLE, fileName); in readFromStorage()
|
D | IntentTests.java | 141 TestCase testCase = TestCase.fromJson( in readAllFromAssets()
|