Searched refs:mPreviousState (Results 1 – 1 of 1) sorted by relevance
126 private int mPreviousState = BluetoothProfile.STATE_DISCONNECTED; field in MceStateMachine194 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 …]