Searched refs:testJson (Results 1 – 2 of 2) sorted by relevance
611 JSONObject testJson = new JSONObject(); in recordTestSkipped() local612 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() argument690 testJson.put("testId", testId).put("device", JsonUtil.getDeviceDetailsAsJsonObject()); in writeTestSummaryToFile()692 String analysisContents = testJson.toString(/* indentSpaces= */ 2); in writeTestSummaryToFile()
6889 JSONObject testJson = new JSONObject(CARRIER_RESTRICTION_OPERATOR_DETAILS); in testCarrierRestrictionStatusAllowList() local6890 Set<String> testPkgSet = testJson.keySet(); in testCarrierRestrictionStatusAllowList()6893 final CarrierInfo testCarrierInfo = parseJsonForCallerInfo(srcPkg, testJson); in testCarrierRestrictionStatusAllowList()