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

Commit e6b07f6d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AOD Media" into sc-dev am: dfe917dc

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14731997

Change-Id: I67d2b2e2bad98638328873da095b2c5b8b7ac7d8
parents a3ff04d1 dfe917dc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -114,6 +114,11 @@ public interface BcSmartspaceDataPlugin extends Plugin {
         * Set or clear next alarm information
         */
        void setNextAlarm(@Nullable Drawable image, @Nullable String description);

        /**
         * Set or clear device media playing
         */
        void setMediaTarget(@Nullable SmartspaceTarget target);
    }

    /** Interface for launching Intents, which can differ on the lockscreen */
+3 −0
Original line number Diff line number Diff line
@@ -511,6 +511,9 @@ class LockscreenSmartspaceControllerTest : SysuiTestCase() {

        override fun setNextAlarm(image: Drawable?, description: String?) {
        }

        override fun setMediaTarget(target: SmartspaceTarget?) {
        }
    })
}