Home
last modified time | relevance | path

Searched defs:mockDevice (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DBaseTestSuiteTest.java295 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
314 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule() local
356 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_load_with_filter() local
382 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_load_with_filter_param() local
411 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_multiAbi() local
436 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_multiAbi_filter() local
462 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_multiAbi_forced() local
482 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_only_instant() local
505 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_multiAbi_forcedNotInstant() local
535 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTests_parameterizedModule_notMultiAbi() local
[all …]
DTfSuiteRunnerTest.java286 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
DTestMappingSuiteRunnerTest.java470 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
/tools/tradefederation/contrib/tests/src/com/android/monkey/
DMonkeyBaseTest.java62 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testUptime() local
73 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testUptime_fail() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockTestDeviceHelper.java39 static void injectShellResponse(ITestDevice mockDevice, final String expectedCommand, in injectShellResponse()
82 static void injectShellResponse(ITestDevice mockDevice, final String expectedCommand, in injectShellResponse()
DMockFileUtil.java38 public static void setMockDirContents(ITestDevice mockDevice, String rootPath, in setMockDirContents()
70 public static void setMockDirPath(ITestDevice mockDevice, String rootPath, in setMockDirPath()
DManagedDeviceListTest.java117 IManagedTestDevice mockDevice = EasyMock.createMock(IManagedTestDevice.class); in testUpdateFastbootState() local
137 IManagedTestDevice mockDevice = EasyMock.createMock(IManagedTestDevice.class); in testUpdateFastbootState_gone() local
DMockDeviceHelper.java38 IDevice mockDevice, final String expectedCommand, final String response, boolean asStub) in injectShellResponse()
DMockDeviceManager.java66 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in setNumDevicesInternal() local
92 ITestDevice mockDevice = new TestDevice(mockIDevice, stateMonitor, allocationMonitor) { in setNumDevicesCustomRealNoRecovery() local
108 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in setNumDevicesCustom() local
132 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in setNumDevicesStub() local
144 public void addDevice(ITestDevice mockDevice) { in addDevice()
DDeviceStateMonitorTest.java96 IDevice mockDevice = EasyMock.createMock(IDevice.class); in testIsAdbTcp_usb() local
108 IDevice mockDevice = EasyMock.createMock(IDevice.class); in testIsAdbTcp_tcp() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSimplePerfUtilTest.java36 private ITestDevice mockDevice = null; field in SimplePerfUtilTest
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DHostStatsdMetricCollectorTest.java96 private ITestDevice mockDevice(String serial) { in mockDevice() method in HostStatsdMetricCollectorTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java326 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFileExclusionRegexFilter_emptyfilters() local
345 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFileExclusionRegexFilter_skipMatched() local
366 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFileExclusionRegexFilter_skipMultiMatched() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java223 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFlashBaseband_noVersion() local
664 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations()
681 private static void setFastbootFlashExpectations(ITestDevice mockDevice, String image) in setFastbootFlashExpectations()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DGceSshTunnelMonitorTest.java153 IManagedTestDevice mockDevice = EasyMock.createMock(IManagedTestDevice.class); in testCreateSshTunnel() local
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java272 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in testBatteryLowLevel() local
314 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in testBatteryLowLevel_interruptible() local
DCommandSchedulerTest.java359 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testExecCommand() local
1153 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testExecCommand_versioning() local