Searched refs:mAllocationState (Results 1 – 1 of 1) sorted by relevance
242 private DeviceAllocationState mAllocationState = DeviceAllocationState.Unknown; field in NativeDevice4772 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()