Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d1a1c07 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "HFP: Implement toString for HeadsetPhoneState"

parents c47637cc b8c896a4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -108,6 +108,14 @@ class HeadsetPhoneState {
        mStateMachine = null;
    }

    public String toString() {
        return "HeadsetPhoneState [mService=" + mService + ", mNumActive=" + mNumActive
                + ", mCallState=" + mCallState + ", mNumHeld=" + mNumHeld + ", mSignal=" + mSignal
                + ", mRoam=" + mRoam + ", mBatteryCharge=" + mBatteryCharge
                + ", mSpeakerVolume=" + mSpeakerVolume + ", mMicVolume=" + mMicVolume
                + ", mListening=" + mListening + ", mSlcReady=" + mSlcReady + "]";
    }

    void listenForPhoneState(boolean start) {

        mSlcReady = start;