Searched refs:allocationMonitor (Results 1 – 5 of 5) sorted by relevance
47 IDeviceMonitor allocationMonitor) { in RemoteAndroidDevice() argument48 super(device, stateMonitor, allocationMonitor); in RemoteAndroidDevice()
54 IDeviceMonitor allocationMonitor) { in ManagedTestDeviceFactory() argument57 mAllocationMonitor = allocationMonitor; in ManagedTestDeviceFactory()
112 IDeviceMonitor allocationMonitor) { in TestDevice() argument113 super(device, stateMonitor, allocationMonitor); in TestDevice()
289 IDeviceMonitor allocationMonitor) { in NativeDevice() argument294 mAllocationMonitor = allocationMonitor; in NativeDevice()
90 IDeviceMonitor allocationMonitor = EasyMock.createNiceMock(IDeviceMonitor.class); in setNumDevicesCustomRealNoRecovery() local92 ITestDevice mockDevice = new TestDevice(mockIDevice, stateMonitor, allocationMonitor) { in setNumDevicesCustomRealNoRecovery()