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

Commit 5be3a815 authored by Ram Indani's avatar Ram Indani Committed by Android (Google) Code Review
Browse files

Merge "VTS 2.4 setActiveConfigWithConstraints_Delayed and...

Merge "VTS 2.4 setActiveConfigWithConstraints_Delayed and setActiveConfigWithConstraints_MissRefresh"
parents 571cc781 a50a59e8
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;