Searched refs:PHASE_WAIT_FOR_DEFAULT_DISPLAY (Results 1 – 5 of 5) sorted by relevance
76 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; field in SystemService116 PHASE_WAIT_FOR_DEFAULT_DISPLAY,
281 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()
69 field public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // 0x64
394 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()
827 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()