Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DSystemService.java77 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; field in SystemService
125 PHASE_WAIT_FOR_DEFAULT_DISPLAY,
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java602 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
638 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1497 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1552 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1589 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1654 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1682 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1956 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
2063 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
2097 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
[all …]
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt29 field public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // 0x64
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1240 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java611 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()