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

Commit a50a59e8 authored by ramindani's avatar ramindani
Browse files

VTS 2.4 setActiveConfigWithConstraints_Delayed

and setActiveConfigWithConstraints_MissRefresh

Test: atest VtsHalGraphicsComposer3_TargetTest
BUG: 202053621
Change-Id: Ibdaa3377f7e30b466ffef8bd0c1cf09323800403
parent 8540a56f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -613,6 +613,15 @@ TEST_P(GraphicsComposerAidlTest, setActiveConfigWithConstraints) {
    Test_setActiveConfigWithConstraints({.delayForChange = 0, .refreshMiss = false});
}

TEST_P(GraphicsComposerAidlTest, setActiveConfigWithConstraints_Delayed) {
    Test_setActiveConfigWithConstraints({.delayForChange = 300'000'000,  // 300ms
                                         .refreshMiss = false});
}

TEST_P(GraphicsComposerAidlTest, setActiveConfigWithConstraints_MissRefresh) {
    Test_setActiveConfigWithConstraints({.delayForChange = 0, .refreshMiss = true});
}

TEST_P(GraphicsComposerAidlTest, GetDisplayIdentificationData) {
    DisplayIdentification displayIdentification0;