Searched refs:jsonPath (Results 1 – 2 of 2) sorted by relevance
157 File jsonPath = createTestDeviceInfoJSONFile("MemoryDeviceInfo", MEMORY_DEVICE_INFO_JSON); in testBuildRequestString_success() local158 mMockBuildInfo.setFile(DeviceInfoCollector.DEVICE_INFO_DIR, jsonPath, "v1"); in testBuildRequestString_success()176 File jsonPath = createTestDeviceInfoTextFile("MemoryDeviceInfo"); in testBuildRequestString_noDeviceInfoJSONFileExists() local177 mMockBuildInfo.setFile(DeviceInfoCollector.DEVICE_INFO_DIR, jsonPath, "v1"); in testBuildRequestString_noDeviceInfoJSONFileExists()
110 private void createResult(String jsonPath) throws Exception { in createResult() argument112 try (FileInputStream fi = new FileInputStream(jsonPath)) { in createResult()