Home
last modified time | relevance | path

Searched refs:testJson (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/mediaediting/src/android/media/mediaediting/cts/
DAndroidTestUtil.java611 JSONObject testJson = new JSONObject(); in recordTestSkipped() local
612 testJson.put("skipReason", reason); in recordTestSkipped()
614 writeTestSummaryToFile(context, testId, testJson); in recordTestSkipped()
688 public static void writeTestSummaryToFile(Context context, String testId, JSONObject testJson) in writeTestSummaryToFile() argument
690 testJson.put("testId", testId).put("device", JsonUtil.getDeviceDetailsAsJsonObject()); in writeTestSummaryToFile()
692 String analysisContents = testJson.toString(/* indentSpaces= */ 2); in writeTestSummaryToFile()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6889 JSONObject testJson = new JSONObject(CARRIER_RESTRICTION_OPERATOR_DETAILS); in testCarrierRestrictionStatusAllowList() local
6890 Set<String> testPkgSet = testJson.keySet(); in testCarrierRestrictionStatusAllowList()
6893 final CarrierInfo testCarrierInfo = parseJsonForCallerInfo(srcPkg, testJson); in testCarrierRestrictionStatusAllowList()