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

Commit 7307fb01 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Enable RON API flag for ProgressStyle test case

Bug: 387309682
Test: atest PromotedNotificationContentExtractorImplTest
Flag: EXEMPT test change
Change-Id: I8159905dd3a451ba3f13d457fe5abf7e8c068772
parent 00570e26
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -212,7 +212,11 @@ class PromotedNotificationContentExtractorImplTest : SysuiTestCase() {
    }

    @Test
    @EnableFlags(PromotedNotificationUi.FLAG_NAME, StatusBarNotifChips.FLAG_NAME)
    @EnableFlags(
        PromotedNotificationUi.FLAG_NAME,
        StatusBarNotifChips.FLAG_NAME,
        android.app.Flags.FLAG_API_RICH_ONGOING,
    )
    fun extractContent_fromProgressStyle() {
        val entry = createEntry {
            setStyle(ProgressStyle().addProgressSegment(Segment(100)).setProgress(75))