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

Commit 05203c1e authored by Sandeep Siddhartha's avatar Sandeep Siddhartha
Browse files

Fixing build break

Change-Id: I89d1416b356423ee795f01b4c3200bcaa3ec8389
parent c7deeffb
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ public abstract class HotwordRecognitionService extends Service {
        /**
         * Called on an event of interest to the client.
         *
         * @param eventType the event type. Event types are defined in {@link HotwordRecognizer}.
         * @param eventType the event type.
         * @param eventBundle a Bundle containing the hotword event(s).
         */
        public void onHotwordEvent(int eventType, Bundle eventBundle) throws RemoteException {
@@ -237,7 +237,7 @@ public abstract class HotwordRecognitionService extends Service {
        /**
         * Called back when hotword is detected.
         *
         * @param intent for the activity to launch, post hotword detection.
         * @param activityIntent for the activity to launch, post hotword detection.
         */
        public void onHotwordRecognized(Intent activityIntent) throws RemoteException {
            mListener.onHotwordRecognized(activityIntent);
@@ -247,7 +247,6 @@ public abstract class HotwordRecognitionService extends Service {
         * Called when the HotwordRecognitionService encounters an error.
         *
         * @param errorCode the error code describing the error that was encountered.
         *                  Error codes are defined in {@link HotwordRecognizer}.
         */
        public void onError(int errorCode) throws RemoteException {
            mListener.onHotwordError(errorCode);