Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java331 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFileExclusionRegexFilter_emptyfilters() local
351 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFileExclusionRegexFilter_skipMatched() local
372 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFileExclusionRegexFilter_skipMultiMatched() local
524 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testIsDeviceFileExecutable_executable_rwx() local
541 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testIsDeviceFileExecutable_executable_lrwx() local
558 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testIsDeviceFileExecutable_notExecutable() local
574 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testIsDeviceFileExecutable_directory() local
/tools/tradefederation/core/prod-tests/tests/src/com/android/monkey/
DMonkeyBaseTest.java66 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testUptime() local
79 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testUptime_fail() local
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java38 public static void setMockDirContents(ITestDevice mockDevice, String rootPath, in setMockDirContents()
70 public static void setMockDirPath(ITestDevice mockDevice, String rootPath, in setMockDirPath()
DMockTestDeviceHelper.java39 static void injectShellResponse(ITestDevice mockDevice, final String expectedCommand, in injectShellResponse()
82 static void injectShellResponse(ITestDevice mockDevice, final String expectedCommand, in injectShellResponse()
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/targetprep/
DFastbootDeviceFlasherTest.java221 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFlashBaseband_noVersion() local
645 private static void setFastbootResponseExpectations(ITestDevice mockDevice, String response) in setFastbootResponseExpectations()
662 private static void setFastbootFlashExpectations(ITestDevice mockDevice, String image) in setFastbootFlashExpectations()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerFuncTest.java259 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in testBatteryLowLevel() local
301 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in testBatteryLowLevel_interruptible() local
DCommandSchedulerTest.java341 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testExecCommand() local
1129 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testExecCommand_versioning() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java200 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
DBaseTestSuiteTest.java239 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
DTfSuiteRunnerTest.java281 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local