Home
last modified time | relevance | path

Searched refs:PHASE_WAIT_FOR_DEFAULT_DISPLAY (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java335 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefaultDisplay_Succeeds()
347 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()
400 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoDefaultDisplay()
427 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoVirtualDisplayAdapter()
623 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testShouldNotifyChangeWhenDisplayInfoFrameRateOverrideChanged()
678 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoFrameRateOverride()
950 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoFrameRateOverrideModeCompat()
984 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoNonNativeFrameRateOverrideMode()
1017 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoNonNativeFrameRateOverride()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java76 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; field in SystemService
124 PHASE_WAIT_FOR_DEFAULT_DISPLAY,
/aosp12/frameworks/base/services/api/
H A Dcurrent.txt29 field public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // 0x64
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1134 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java498 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()