Skip to content
Commit b6e25d2b authored by Josh Tsuji's avatar Josh Tsuji Committed by Issei Suzuki
Browse files

Fix KeyguardTests#testScreenOffCausesSingleStopAod

When the devices goes into doze mode to display AOD contents, the screen
turns off before displaying AOD contents on some devices (i.e.
config_displayBlanksAfterDoze=true).

On such devices, SysUI calls IActivityTaskManager#setLockScreenShown
first before start dozing, otherwise ATMS/WM wakes up the activities
when dozing starts.

Bug: 193479273
Test: manual
  1. adb root && adb shell setprop debug.force_blanking 1 && adb reboot
  2. atest KeyguardTests
Change-Id: I64cecd8e866f1debdcd7429ca4987cd70eceb45c
parent 20c38783
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment