Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java242 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown; field in NativeDevice
4772 return mAllocationState; in getAllocationState()
4788 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent()
4792 oldState = mAllocationState; in handleAllocationEvent()
4793 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
4797 mAllocationState = newState; in handleAllocationEvent()