commit | 7ba8e26c87ff1fee827204dc076071590a657f8e | [log] [tgz] |
---|---|---|
author | Charles Chen <charlesccchen@google.com> | Fri Mar 27 16:42:29 2020 +0800 |
committer | Charles Chen <charlesccchen@google.com> | Tue Apr 14 16:57:18 2020 +0800 |
tree | a329af70cb48f000b4b4b429fd48e85567f6b9bd | |
parent | 1a46294fdb9867d1a965c034ef46f281f7c9fe21 [diff] |
Fix WindowContextTests Previously, window token assigns last config to mLastReportedConfiguration directly, which makes it share the same reference with getConfiguration(), and blocks all config changes request to clients. This CL uses Configuration#setTo instead. fixes: 152227175 Bug: 150251036 Test: atest WindowContextTests Change-Id: I44143aa558f223eb301e28f2e9110bfd66eac636