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.java87 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.TestCase
89 .put(SETUP_KEY, mSetup.toJson()) in toJson()
90 .put(INITIAL_STATE_KEY, mInitialState.toJson()) in toJson()
91 .put(END_STATE_KEY, mEndState.toJson()); in toJson()
147 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.Setup
168 intentArray.put(intent.toJson()); in intentsToJson()
204 JSONObject toJson() throws JSONException; in toJson() method
293 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchIntent
360 public JSONObject toJson() throws JSONException { in toJson() method in Persistence.LaunchFromIntent
361 return mLaunchIntent.toJson() in toJson()
[all …]
DStateComparisonException.java48 .append(mExpected.toJson().toString(2)) in getMessage()
53 .append(mActual.toJson().toString(2)) in getMessage()
DIntentTests.java161 Lists.newArrayList(testCase.toJson().toString(JSON_INDENTATION_LEVEL))); in writeToDocumentsStorage()