Searched defs:DozeNotSupportedVariant (Results 1 – 1 of 1) sorted by relevance
47 struct DozeNotSupportedVariant { struct48 static constexpr bool DOZE_SUPPORTED = false;49 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE =51 static constexpr IComposerClient::PowerMode ACTUAL_POWER_MODE_FOR_DOZE_SUSPEND =54 static void setupComposerCallExpectations(DisplayTransactionTest* test) { in setupComposerCallExpectations()