Home
last modified time | relevance | path

Searched refs:toJson (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java86 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.TestCase
88 .put(SETUP_KEY, mSetup.toJson()) in toJson()
89 .put(INITIAL_STATE_KEY, mInitialState.toJson()) in toJson()
90 .put(END_STATE_KEY, mEndState.toJson()); in toJson()
146 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.Setup
167 intentArray.put(intent.toJson()); in intentsToJson()
203 JSONObject toJson() throws JSONException; in toJson() method
283 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchIntent
354 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchFromIntent
355 return mLaunchIntent.toJson() in toJson()
[all …]
DStateComparisonException.java48 .append(mExpected.toJson().toString(2)) in getMessage()
53 .append(mActual.toJson().toString(2)) in getMessage()
DIntentTests.java157 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()