Home | History | Annotate | Download | only in hfpclient

Lines Matching refs:currentState

2227         IState currentState = getCurrentState();
2228 if (currentState == mConnecting) {
2232 if (currentState == mConnected || currentState == mAudioOn) {
2236 Log.e(TAG, "Bad currentState: " + currentState);
2320 IState currentState = getCurrentState();
2321 return (currentState == mConnected || currentState == mAudioOn);