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.java113 private int mPreviousState = BluetoothProfile.STATE_DISCONNECTED; field in MceStateMachine
180 mPreviousState = BluetoothProfile.STATE_DISCONNECTED; in MceStateMachine()
369 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_DISCONNECTED); in enter()
370 mPreviousState = BluetoothProfile.STATE_DISCONNECTED; in enter()
376 mPreviousState = BluetoothProfile.STATE_DISCONNECTED; in exit()
386 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_CONNECTING); in enter()
446 mPreviousState = BluetoothProfile.STATE_CONNECTING; in exit()
457 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_CONNECTED); in enter()
548 mPreviousState = BluetoothProfile.STATE_CONNECTED; in exit()
769 onConnectionStateChanged(mPreviousState, BluetoothProfile.STATE_DISCONNECTING); in enter()
[all …]