Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparerTest.java157 File jsonPath = createTestDeviceInfoJSONFile("MemoryDeviceInfo", MEMORY_DEVICE_INFO_JSON); in testBuildRequestString_success() local
158 mMockBuildInfo.setFile(DeviceInfoCollector.DEVICE_INFO_DIR, jsonPath, "v1"); in testBuildRequestString_success()
176 File jsonPath = createTestDeviceInfoTextFile("MemoryDeviceInfo"); in testBuildRequestString_noDeviceInfoJSONFileExists() local
177 mMockBuildInfo.setFile(DeviceInfoCollector.DEVICE_INFO_DIR, jsonPath, "v1"); in testBuildRequestString_noDeviceInfoJSONFileExists()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java110 private void createResult(String jsonPath) throws Exception { in createResult() argument
112 try (FileInputStream fi = new FileInputStream(jsonPath)) { in createResult()