diff options
author | Al Sutton <alsutton@google.com> | 2019-08-28 16:38:38 +0100 |
---|---|---|
committer | Al Sutton <alsutton@google.com> | 2019-08-29 15:21:10 +0100 |
commit | b2b510e37b8338c62d4a9f88e943d554e3271f3d (patch) | |
tree | 3dc94565f91ae24b1a34538996983b98a2d5cd71 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | d4299771ecf187eb16adc746018c15a56b8794b3 (diff) |
Clear the setttings provider cache before test runs
The Settings class has a cache (Settings$NameValueCache)
which stores, in process, data read or written via the
SettingsProvider.
Currently we do not clear the cache between tests, which
means that tests isolation is lost because each test
shares a common cache with other tests. This CL forces
the cache to be cleared between tests.
Bug: 139449903
Test: atest SettingsProviderTest
Change-Id: Iebbb335fd56b1bd24cf0e2ab98a1f392e4b84609
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions