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.java53 protected IDeviceMonitor mAllocationMonitor; field in ManagedTestDeviceFactory
64 mAllocationMonitor = allocationMonitor; in ManagedTestDeviceFactory()
78 mAllocationMonitor); in createDevice()
85 mAllocationMonitor); in createDevice()
93 mAllocationMonitor); in createDevice()
98 mAllocationMonitor); in createDevice()
108 mAllocationMonitor); in createDevice()
115 mAllocationMonitor); in createDevice()
124 mAllocationMonitor); in createDevice()
129 mAllocationMonitor); in createDevice()
DNativeDevice.java212 private IDeviceMonitor mAllocationMonitor = null; field in NativeDevice
361 mAllocationMonitor = allocationMonitor; in NativeDevice()
4037 if (stateChanged && mAllocationMonitor != null) { in handleAllocationEvent()
4039 mAllocationMonitor.notifyDeviceStateChange(getSerialNumber(), oldState, newState); in handleAllocationEvent()