Searched defs:DozeIsSupportedVariant (Results 1 – 1 of 1) sorted by relevance
2772 struct DozeIsSupportedVariant { struct2773 static constexpr bool DOZE_SUPPORTED = true;2774 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =2776 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =2779 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()