Home
last modified time | relevance | path

Searched refs:ManagedTestDeviceFactory (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DManagedTestDeviceFactoryTest.java38 private ManagedTestDeviceFactory mFactory;
48 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) ; in setUp()
86 new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) { in testNestedDevice()
107 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) { in testFrameworkAvailable()
110 String response = ManagedTestDeviceFactory.EXPECTED_RES + "\n"; in testFrameworkAvailable()
116 String expectedCmd = String.format(ManagedTestDeviceFactory.CHECK_PM_CMD, in testFrameworkAvailable()
117 ManagedTestDeviceFactory.EXPECTED_RES); in testFrameworkAvailable()
136 mFactory = new ManagedTestDeviceFactory(true, mMockDeviceManager, mMockDeviceMonitor) { in testFrameworkNotAvailable()
145 String expectedCmd = String.format(ManagedTestDeviceFactory.CHECK_PM_CMD, in testFrameworkNotAvailable()
146 ManagedTestDeviceFactory.EXPECTED_RES); in testFrameworkNotAvailable()
[all …]
DDeviceManagerTest.java179 mMockDeviceFactory = new ManagedTestDeviceFactory(false, null, null) { in setUp()
1006 new ManagedTestDeviceFactory(false, null, null) { in testFreeDevice_unavailable()
1067 new ManagedTestDeviceFactory(false, null, null) { in testFreeDevice_recovery()
1132 new ManagedTestDeviceFactory(false, null, null) { in testFreeDevice_unknown()
1197 new ManagedTestDeviceFactory(false, null, null) { in testFreeDevice_unknown_subName()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java43 public class ManagedTestDeviceFactory implements IManagedTestDeviceFactory { class
60 public ManagedTestDeviceFactory(boolean fastbootEnabled, IDeviceManager deviceManager, in ManagedTestDeviceFactory() method in ManagedTestDeviceFactory
DRemoteAndroidDevice.java51 Pattern.compile(ManagedTestDeviceFactory.IPADDRESS_PATTERN);
DDeviceManager.java217 new ManagedTestDeviceFactory(mFastbootEnabled, DeviceManager.this, mDvcMon)); in init()