Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java144 abstract int getConnectionStateInt(); in getConnectionStateInt() method in PbapStateMachine.PbapStateBase
185 prevStateInt = mPrevState.getConnectionStateInt(); in broadcastStateTransitions()
187 if (getConnectionStateInt() != prevStateInt) { in broadcastStateTransitions()
195 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt()); in broadcastStateTransitions()
233 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.WaitingForAuth
293 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.Finished
329 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.Connected
487 return state.getConnectionStateInt(); in getConnectionState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java335 if (getConnectionStateInt() != mPrevState.getConnectionStateInt()) { in broadcastStateTransitions()
339 mDevice, mPrevState.getConnectionStateInt(), getConnectionStateInt()); in broadcastStateTransitions()
500 abstract int getConnectionStateInt(); in getConnectionStateInt() method in HeadsetStateMachine.HeadsetStateBase
548 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Disconnected
705 mPrevState.getConnectionStateInt(), in logFailureIfNeeded()
719 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Connecting
901 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Disconnecting
992 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.ConnectedBase
1411 mPrevState.getConnectionStateInt(), in logSuccessIfNeeded()
1781 return mCurrentState.getConnectionStateInt(); in getConnectionState()