Home
last modified time | relevance | path

Searched refs:mAllocationMonitor (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java51 protected IDeviceMonitor mAllocationMonitor; field in ManagedTestDeviceFactory
62 mAllocationMonitor = allocationMonitor; in ManagedTestDeviceFactory()
73 mAllocationMonitor); in createRequestedDevice()
81 mAllocationMonitor); in createRequestedDevice()
98 mAllocationMonitor); in createDevice()
105 mAllocationMonitor); in createDevice()
113 mAllocationMonitor); in createDevice()
122 mAllocationMonitor); in createDevice()
134 mAllocationMonitor); in createDevice()
142 mAllocationMonitor); in createDevice()
[all …]
DNativeDevice.java243 private IDeviceMonitor mAllocationMonitor = null; field in NativeDevice
450 mAllocationMonitor = allocationMonitor; in NativeDevice()
4802 if (stateChanged && mAllocationMonitor != null) { in handleAllocationEvent()
4804 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent()