Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DPbapStateMachine.java133 abstract int getConnectionStateInt(); in getConnectionStateInt() method in PbapStateMachine.PbapStateBase
167 prevStateInt = mPrevState.getConnectionStateInt(); in broadcastStateTransitions()
169 if (getConnectionStateInt() != prevStateInt) { in broadcastStateTransitions()
172 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt()); in broadcastStateTransitions()
207 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.WaitingForAuth
257 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.Finished
286 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.Connected
435 return state.getConnectionStateInt(); in getConnectionState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java289 if (getConnectionStateInt() != mPrevState.getConnectionStateInt()) { in broadcastStateTransitions()
292 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(), in broadcastStateTransitions()
293 getConnectionStateInt()); in broadcastStateTransitions()
420 abstract int getConnectionStateInt(); in getConnectionStateInt() method in HeadsetStateMachine.HeadsetStateBase
434 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Disconnected
554 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Connecting
714 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Disconnecting
802 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.ConnectedBase
1447 return mCurrentState.getConnectionStateInt(); in getConnectionState()