Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java47 IDeviceMonitor allocationMonitor) { in RemoteAndroidDevice() argument
48 super(device, stateMonitor, allocationMonitor); in RemoteAndroidDevice()
DManagedTestDeviceFactory.java54 IDeviceMonitor allocationMonitor) { in ManagedTestDeviceFactory() argument
57 mAllocationMonitor = allocationMonitor; in ManagedTestDeviceFactory()
DTestDevice.java112 IDeviceMonitor allocationMonitor) { in TestDevice() argument
113 super(device, stateMonitor, allocationMonitor); in TestDevice()
DNativeDevice.java289 IDeviceMonitor allocationMonitor) { in NativeDevice() argument
294 mAllocationMonitor = allocationMonitor; in NativeDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java90 IDeviceMonitor allocationMonitor = EasyMock.createNiceMock(IDeviceMonitor.class); in setNumDevicesCustomRealNoRecovery() local
92 ITestDevice mockDevice = new TestDevice(mockIDevice, stateMonitor, allocationMonitor) { in setNumDevicesCustomRealNoRecovery()