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

Commit 0db8a96a authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

Merge "docs: Fixing typos." into pi-dev

am: 94a49c90

Change-Id: I21aeb887a0bc4001ce4926909e1ce197fc0eb85f
parents aa61c5ca 94a49c90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -989,7 +989,7 @@ public class AudioEffect {
    // --------------------
    /**
     * The OnEnableStatusChangeListener interface defines a method called by the AudioEffect
     * when a the enabled state of the effect engine was changed by the controlling application.
     * when the enabled state of the effect engine was changed by the controlling application.
     */
    public interface OnEnableStatusChangeListener {
        /**
@@ -1003,7 +1003,7 @@ public class AudioEffect {

    /**
     * The OnControlStatusChangeListener interface defines a method called by the AudioEffect
     * when a the control of the effect engine is gained or lost by the application
     * when control of the effect engine is gained or lost by the application
     */
    public interface OnControlStatusChangeListener {
        /**