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.java76 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; field in SystemService
116 PHASE_WAIT_FOR_DEFAULT_DISPLAY,
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DDisplayManagerServiceTest.java281 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefaultDisplay_Succeeds()
295 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoDefaultDisplay()
322 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoVirtualDisplayAdapter()
/frameworks/base/services/api/
Dcurrent.txt69 field public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // 0x64
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java394 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()
/frameworks/base/services/java/com/android/server/
DSystemServer.java827 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()