commit | cb6d274d01b897a8d6042b43151dfd110b604259 | [log] [tgz] |
---|---|---|
author | Orhan Uysal <uysalorhan@google.com> | Mon Oct 09 17:20:56 2023 +0000 |
committer | Orhan Uysal <uysalorhan@google.com> | Wed Nov 22 19:07:19 2023 +0000 |
tree | 766796a7301c250dcefddcb443e74da0c836ef1a | |
parent | 26478200a00b77295567e922ce9100caa3cdf1d9 [diff] |
Refactor Function into Predicate. A Function<T, Boolean> is a Predicate<T>, thus we can use a predicate instead of it. Test: Manual Test: atest FoldableDeviceStateProviderTest Bug: 278667199 Change-Id: Ia3ef59226a73a0227bf1234a37740640d1ac9494