Searched refs:DeviceInfoCollector (Results 1 – 6 of 6) sorted by relevance
48 private DeviceInfoCollector mCollector;55 mCollector = new DeviceInfoCollector(); in setUp()88 assertNull(mBuildInfo.getFile(DeviceInfoCollector.DEVICE_INFO_DIR)); in pullDeviceInfo_fail()101 File infoDir = mBuildInfo.getFile(DeviceInfoCollector.DEVICE_INFO_DIR); in pullDeviceInfo()
232 mMockBuildInfo.setFile(DeviceInfoCollector.DEVICE_INFO_DIR, jsonPath, "v1"); in testBuildRequestString_success()251 mMockBuildInfo.setFile(DeviceInfoCollector.DEVICE_INFO_DIR, jsonPath, "v1"); in testBuildRequestString_noDeviceInfoJSONFileExists()
42 public class DeviceInfoCollector extends ApkInstrumentationPreparer implements ITestLoggerReceiver { class100 public DeviceInfoCollector() { in DeviceInfoCollector() method in DeviceInfoCollector
39 name = DeviceInfoCollector.SKIP_DEVICE_INFO_OPTION,
444 File deviceInfoPath = buildInfo.getFile(DeviceInfoCollector.DEVICE_INFO_DIR); in getExtendedDeviceInfo()
19 import com.android.compatibility.common.tradefed.targetprep.DeviceInfoCollector;