Don't cache simple BooleanFlags.

Caching them doesn't offer any performance wins. It does prevent
the compiler/proguard from inlining any function calls to them.

Bug: 204319780
Test: manual
Change-Id: I0057fd4b399731d6ac96ed0ad59c1be12ab3ca73
2 files changed