Fix test of voice interaction z-order

Since commit c6a2996, it allows voice interaction window
to show above lock screen.

Fixes: 204789180
Test: DisplayContentTests#testForAllWindows_WithInBetweenWindowToken
Change-Id: I4d428ec5d3c1107192b2dd9c869727e113583e84
This commit is contained in:
Riddle Hsu
2021-11-03 03:10:36 +08:00
parent 318be1a431
commit ba3731db1f

View File

@@ -291,11 +291,11 @@ public class DisplayContentTests extends WindowTestsBase {
mAppWindow,
mChildAppWindowAbove,
mDockedDividerWindow,
voiceInteractionWindow,
mImeWindow,
mImeDialogWindow,
mStatusBarWindow,
mNotificationShadeWindow,
voiceInteractionWindow, // It can show above lock screen.
mNavBarWindow));
}