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.java200 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown; field in NativeDevice
3428 return mAllocationState; in getAllocationState()
3444 DeviceAllocationState oldState = mAllocationState; in handleAllocationEvent()
3448 oldState = mAllocationState; in handleAllocationEvent()
3449 newState = mAllocationState.handleDeviceEvent(event); in handleAllocationEvent()
3453 mAllocationState = newState; in handleAllocationEvent()