Home
last modified time | relevance | path

Searched refs:HINT_ALL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/window/
DSystemPerformanceHinterTests.java26 import static android.window.SystemPerformanceHinter.HINT_ALL;
235 mHinter.startSession(HINT_ALL, DEFAULT_DISPLAY_ID, TEST_REASON); in testAllHints()
258 mHinter.startSession(HINT_ALL, DEFAULT_DISPLAY_ID, TEST_REASON); in testAllHintsCloseSession()
279 mHinter.startSession(HINT_ALL, DEFAULT_DISPLAY_ID, TEST_REASON)) { in testAutocloseable()
301 mHinter.startSession(HINT_ALL, DEFAULT_DISPLAY_ID, TEST_REASON); in testOverlappingHintsOnSameDisplay()
317 mHinter.startSession(HINT_ALL, DEFAULT_DISPLAY_ID, TEST_OTHER_REASON); in testOverlappingHintsOnSameDisplay()
351 mHinter.startSession(HINT_ALL, DEFAULT_DISPLAY_ID, TEST_REASON); in testOverlappingHintsOnDifferentDisplays()
369 mHinter.startSession(HINT_ALL, SECONDARY_DISPLAY_ID, TEST_REASON); in testOverlappingHintsOnDifferentDisplays()
/frameworks/base/core/java/android/window/
DSystemPerformanceHinter.java58 public static final int HINT_ALL = HINT_SF_EARLY_WAKEUP | HINT_SF_FRAME_RATE | HINT_ADPF; field in SystemPerformanceHinter