commit | 173fcdf93050f2d9e4a17863eda311f3c176f87f | [log] [tgz] |
---|---|---|
author | Alexander Roederer <aroederer@google.com> | Thu Sep 26 15:31:55 2024 +0000 |
committer | Alexander Roederer <aroederer@google.com> | Tue Oct 01 03:22:20 2024 +0000 |
tree | 12823bfdd1afdf9ee0de7d1f0e77314f0d494d3d | |
parent | b7bb69319c99b9ef07c90fab6df0d617f9e8ae2e [diff] |
Add ZenDeviceEffects to ZenModeDiff Adds class to diff ZenDeviceEffects objects, and associated tests. Unlike other objects diffed in ZenModeDiff, ZenDeviceEffects uses private final fields and a builder, so for testing purposes we need to modify the reflective field aggregator in the test file to consider final fields (rather than skipping them). Bug: 319241807 Test: atest ZenModeDiffTest Flag: android.app.modes_ui Change-Id: I8a59ce6711a401a87b1a1e72f7e0f05fe56a5d72