/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | GTestTest.java | 331 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/ |
D | MonkeyBaseTest.java | 66 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/ |
D | MockFileUtil.java | 38 public static void setMockDirContents(ITestDevice mockDevice, String rootPath, in setMockDirContents() 70 public static void setMockDirPath(ITestDevice mockDevice, String rootPath, in setMockDirPath()
|
D | MockTestDeviceHelper.java | 39 static void injectShellResponse(ITestDevice mockDevice, final String expectedCommand, in injectShellResponse() 82 static void injectShellResponse(ITestDevice mockDevice, final String expectedCommand, in injectShellResponse()
|
D | ManagedDeviceListTest.java | 117 IManagedTestDevice mockDevice = EasyMock.createMock(IManagedTestDevice.class); in testUpdateFastbootState() local 137 IManagedTestDevice mockDevice = EasyMock.createMock(IManagedTestDevice.class); in testUpdateFastbootState_gone() local
|
D | MockDeviceHelper.java | 38 IDevice mockDevice, final String expectedCommand, final String response, boolean asStub) in injectShellResponse()
|
D | MockDeviceManager.java | 66 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()
|
D | DeviceStateMonitorTest.java | 96 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/ |
D | SimplePerfUtilTest.java | 36 private ITestDevice mockDevice = null; field in SimplePerfUtilTest
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | FastbootDeviceFlasherTest.java | 221 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/ |
D | CommandSchedulerFuncTest.java | 259 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in testBatteryLowLevel() local 301 ITestDevice mockDevice = EasyMock.createNiceMock(ITestDevice.class); in testBatteryLowLevel_interruptible() local
|
D | CommandSchedulerTest.java | 341 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/ |
D | TestMappingSuiteRunnerTest.java | 200 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
|
D | BaseTestSuiteTest.java | 239 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
|
D | TfSuiteRunnerTest.java | 281 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testLoadTestsForMultiAbi() local
|