Searched refs:PHASE_WAIT_FOR_DEFAULT_DISPLAY (Results 1 – 4 of 4) sorted by relevance
55 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // maybe should be a dependency? field in SystemService
267 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefaultDisplay_Succeeds()281 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoDefaultDisplay()308 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoVirtualDisplayAdapter()
715 mSystemServiceManager.startBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
371 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()