Home
last modified time | relevance | path

Searched refs:DeviceManager (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java243 private DeviceManager createDeviceManager(List<IDeviceMonitor> deviceMonitors, in createDeviceManager()
245 DeviceManager mgr = createDeviceManagerNoInit(); in createDeviceManager()
253 private DeviceManager createDeviceManagerNoInit() { in createDeviceManagerNoInit()
255 DeviceManager mgr = in createDeviceManagerNoInit()
256 new DeviceManager() { in createDeviceManagerNoInit()
311 DeviceManager manager = createDeviceManager(null, mMockIDevice); in testAllocateDevice()
328 DeviceManager manager = createDeviceManager(null, mMockIDevice); in testAllocateDevice_match()
356 DeviceManager manager = createDeviceManager(null); in testAllocateDevice_match_temporary()
386 DeviceManager mgr = createDeviceManagerNoInit(); in testAllocateDevice_stubEmulator()
401 DeviceManager mgr = createDeviceManagerNoInit(); in testUnpackZippedFastboot()
[all …]
DManagedDeviceListTest.java89 assertNull(mManagedDeviceList.allocate(DeviceManager.ANY_DEVICE_OPTIONS)); in testAllocate()
93 assertNull(mManagedDeviceList.allocate(DeviceManager.ANY_DEVICE_OPTIONS)); in testAllocate()
96 assertNotNull(mManagedDeviceList.allocate(DeviceManager.ANY_DEVICE_OPTIONS)); in testAllocate()
98 assertNull(mManagedDeviceList.allocate(DeviceManager.ANY_DEVICE_OPTIONS)); in testAllocate()
DDeviceSelectionOptionsTest.java26 import com.android.tradefed.device.DeviceManager.FastbootDevice;
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationUtilTest.java24 import com.android.tradefed.device.DeviceManager;
65 DeviceManager deviceManager = new DeviceManager(); in testDumpClassToXml()
106 DeviceManager deviceManager = new DeviceManager(); in testDumpClassToXml_filtered()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterHostUtil.java20 import com.android.tradefed.device.DeviceManager;
21 import com.android.tradefed.device.DeviceManager.FastbootDevice;
169 if (txt == null || DeviceManager.UNKNOWN_DISPLAY_STRING.equals(txt)) { in getRunTarget()
170 return DeviceManager.UNKNOWN_DISPLAY_STRING; in getRunTarget()
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterHostUtilTest.java22 import com.android.tradefed.device.DeviceManager;
23 import com.android.tradefed.device.DeviceManager.FastbootDevice;
228 DeviceManager.UNKNOWN_DISPLAY_STRING, in testSupportedRunTargetMatchPattern_unknownProperty()
234 DeviceManager.UNKNOWN_DISPLAY_STRING, in testSupportedRunTargetMatchPattern_unknownProperty()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java74 public class DeviceManager implements IDeviceManager { class
201 public DeviceManager() { in DeviceManager() method in DeviceManager
217 new ManagedTestDeviceFactory(mFastbootEnabled, DeviceManager.this, mDvcMon)); in init()
310 return DeviceManager.this.getDeviceDescriptor(serial); in startAdbBridgeAndDependentServices()
DManagedTestDeviceFactory.java24 import com.android.tradefed.device.DeviceManager.FastbootDevice;
DDeviceSelectionOptions.java21 import com.android.tradefed.device.DeviceManager.FastbootDevice;
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java31 import com.android.tradefed.device.DeviceManager;
1145 if (GlobalConfiguration.getDeviceManagerInstance() instanceof DeviceManager) { in handleAndLogReleaseState()
1147 ((DeviceManager) GlobalConfiguration.getDeviceManagerInstance()) in handleAndLogReleaseState()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java25 import com.android.tradefed.device.DeviceManager;
118 if (iDevice instanceof StubDevice && !(iDevice instanceof DeviceManager.FastbootDevice)) { in shouldReset()
DRunConfigDeviceRecovery.java25 import com.android.tradefed.device.DeviceManager.FastbootDevice;
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java23 import com.android.tradefed.device.DeviceManager;
324 setDeviceManager(new DeviceManager()); in GlobalConfiguration()
DIGlobalConfiguration.java20 import com.android.tradefed.device.DeviceManager;
/tools/tradefederation/core/tests/src/com/android/tradefed/device/recovery/
DRunConfigDeviceRecoveryTest.java24 import com.android.tradefed.device.DeviceManager.FastbootDevice;
DUsbResetMultiDeviceRecoveryTest.java28 import com.android.tradefed.device.DeviceManager.FastbootDevice;
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java49 import com.android.tradefed.device.DeviceManager;