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

Commit 00b56e73 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Cleanup unused Notification.Builder.makeAmbientNotification()

Change-Id: Ice2c558333dbc72051ef0ba9e57d16bc48abea48
Flag: EXEMPT cleanup dead code
Bug: 378660052
Test: n/a
parent 312a7a08
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -6763,19 +6763,6 @@ public class Notification implements Parcelable
            return header;
        }
        /**
         * Construct a RemoteViews for the ambient version of the notification.
         *
         * @hide
         */
        public RemoteViews makeAmbientNotification() {
            RemoteViews headsUpContentView = createHeadsUpContentView(false /* increasedHeight */);
            if (headsUpContentView != null) {
                return headsUpContentView;
            }
            return createContentView();
        }
        /**
         * Adapt the Notification header if this view is used as an expanded view.
         *