Searched defs:DozeNotSupportedVariant (Results 1 – 1 of 1) sorted by relevance
56 struct DozeNotSupportedVariant { struct57 static constexpr bool DOZE_SUPPORTED = false;58 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =60 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =63 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()