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