summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorwilsonshih <wilsonshih@google.com>2018-08-24 15:52:57 +0800
committerwilsonshih <wilsonshih@google.com>2018-09-26 23:09:35 +0800
commit0299c8ac842c585919909cac81336b4c7587cc59 (patch)
tree93316ef15ee4567e7bf4f2dd243589048902310c /tools/aapt2/java/JavaClassGenerator_test.cpp
parentd4b68f5e217275d5aaaa96bf41bda3c64901e783 (diff)
Fix activity cannot goes to stop when keyguard shown.
1. Fix activity shows on non-default display cannot goes to STOPPED successfully when keyguard shown. Previous when keyguard shows, there is only one sleep token for default display, for those activity runs on non-default display, they cannot go to STOPPED because they cannot be removed from StackSupervisor.mActivitiesWaitingForVisibleActivity, which cause them be stuck at RESUMED state. 2. Providing a basic struct for KeyguardController to handle occludes and dismiss keyguard for each display. Bug: 112823693 Test: atest CtsActivityManagerDeviceTestCases Change-Id: I9c2de47e65bbb7a193f0b00246f3c13db7f6b3b5
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions