Searched refs:PHASE_WAIT_FOR_DEFAULT_DISPLAY (Results 1 – 5 of 5) sorted by relevance
335 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefaultDisplay_Succeeds()347 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testShouldNotifyChangeWhenNonOverrideDisplayInfoChanged()400 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoDefaultDisplay()427 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testStartVirtualDisplayWithDefDisplay_NoVirtualDisplayAdapter()623 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testShouldNotifyChangeWhenDisplayInfoFrameRateOverrideChanged()678 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoFrameRateOverride()950 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoFrameRateOverrideModeCompat()984 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoNonNativeFrameRateOverrideMode()1017 displayManager.onBootPhase(SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in testDisplayInfoNonNativeFrameRateOverride()
76 public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; field in SystemService124 PHASE_WAIT_FOR_DEFAULT_DISPLAY,
29 field public static final int PHASE_WAIT_FOR_DEFAULT_DISPLAY = 100; // 0x64
1134 mSystemServiceManager.startBootPhase(t, SystemService.PHASE_WAIT_FOR_DEFAULT_DISPLAY); in startBootstrapServices()
498 if (phase == PHASE_WAIT_FOR_DEFAULT_DISPLAY) { in onBootPhase()