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.java211 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown; field in NativeDevice
4007 return mAllocationState; in getAllocationState()
4023 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent()
4027 oldState = mAllocationState; in handleAllocationEvent()
4028 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
4032 mAllocationState = newState; in handleAllocationEvent()