Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java126 private int mPreviousState = BluetoothProfile.STATE_DISCONNECTED; field in MceStateMachine
194 mPreviousState = BluetoothProfile.STATE_DISCONNECTED; in MceStateMachine()
433 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_DISCONNECTED); in enter()
434 mPreviousState = BluetoothProfile.STATE_DISCONNECTED; in enter()
440 mPreviousState = BluetoothProfile.STATE_DISCONNECTED; in exit()
450 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_CONNECTING); in enter()
510 mPreviousState = BluetoothProfile.STATE_CONNECTING; in exit()
529 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_CONNECTED); in enter()
641 mPreviousState = BluetoothProfile.STATE_CONNECTED; in exit()
941 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_DISCONNECTING); in enter()
[all …]