Searched defs:DozeNotSupportedVariant (Results 1 – 1 of 1) sorted by relevance
2779 struct DozeNotSupportedVariant { struct2780 static constexpr bool DOZE_SUPPORTED = false;2781 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =2783 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =2786 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()