Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSystemService.java80 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; field in SystemService
128 PHASE_WAIT_FOR_DEFAULT_DISPLAY,
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DDisplayManagerServiceTest.java778 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
816 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
870 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
898 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1913 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
1973 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
2010 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
2075 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
2106 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
2377 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY);
[all …]
/frameworks/base/services/api/
Dcurrent.txt29 field public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // 0x64
/frameworks/base/services/java/com/android/server/
DSystemServer.java1228 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java679 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()