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