Searched defs:mPreviousState (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVvmPhoneStateListener.java37 private int mPreviousState = -1; field in class:VvmPhoneStateListener
59 if (state == mPreviousState
61 && mPreviousState != ServiceState.STATE_IN_SERVICE)) {
64 mPreviousState = state;
102 mPreviousState = state;
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java109 private int mPreviousState = BluetoothProfile.STATE_DISCONNECTED; field in class:MceStateMachine
131 mPreviousState = BluetoothProfile.STATE_DISCONNECTED;
283 onConnectionStateChanged(mPreviousState,
285 mPreviousState = BluetoothProfile.STATE_DISCONNECTED;
308 mPreviousState = BluetoothProfile.STATE_DISCONNECTED;
316 onConnectionStateChanged(mPreviousState,
369 mPreviousState = BluetoothProfile.STATE_CONNECTING;
378 onConnectionStateChanged(mPreviousState,
456 mPreviousState = BluetoothProfile.STATE_CONNECTED;
566 onConnectionStateChanged(mPreviousState,
[all...]

Completed in 131 milliseconds