Home
last modified time | relevance | path

Searched refs:mPendingCommandState (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java86 private PendingCommandState mPendingCommandState = new PendingCommandState(); field in BondStateMachine
102 addState(mPendingCommandState); in BondStateMachine()
198 transitionTo(mPendingCommandState); in processMessage()
389 transitionTo(mPendingCommandState); in removeBond()
481 transitionTo(mPendingCommandState); in createBond()