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.java142 abstract int getConnectionStateInt(); in getConnectionStateInt() method in PbapStateMachine.PbapStateBase
176 prevStateInt = mPrevState.getConnectionStateInt(); in broadcastStateTransitions()
178 if (getConnectionStateInt() != prevStateInt) { in broadcastStateTransitions()
181 broadcastConnectionState(mRemoteDevice, prevStateInt, getConnectionStateInt()); in broadcastStateTransitions()
216 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.WaitingForAuth
267 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.Finished
296 int getConnectionStateInt() { in getConnectionStateInt() method in PbapStateMachine.Connected
450 return state.getConnectionStateInt(); in getConnectionState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java294 if (getConnectionStateInt() != mPrevState.getConnectionStateInt()) { in broadcastStateTransitions()
297 broadcastConnectionState(mDevice, mPrevState.getConnectionStateInt(), in broadcastStateTransitions()
298 getConnectionStateInt()); in broadcastStateTransitions()
425 abstract int getConnectionStateInt(); in getConnectionStateInt() method in HeadsetStateMachine.HeadsetStateBase
439 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Disconnected
561 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Connecting
723 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.Disconnecting
813 int getConnectionStateInt() { in getConnectionStateInt() method in HeadsetStateMachine.ConnectedBase
1484 return mCurrentState.getConnectionStateInt(); in getConnectionState()