Home | History | Annotate | Download | only in hfp

Lines Matching refs:currentState

2010             if (DBG) Log.d(TAG, "currentState is Disconnected");
2015 IState currentState = getCurrentState();
2016 if (DBG) Log.d(TAG, "currentState = " + currentState);
2017 if (currentState == mPending) {
2030 if (currentState == mMultiHFPending) {
2048 if (currentState == mConnected || currentState == mAudioOn) {
2054 Log.e(TAG, "Bad currentState: " + currentState);
3164 IState currentState = getCurrentState();
3165 return (currentState == mConnected || currentState == mAudioOn);