commit | 1d4d8d17b7d88dd3e9ae13f8a677db334aa8e180 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Tue Jun 23 16:52:11 2020 -0400 |
committer | Dave Mankoff <mankoff@google.com> | Thu Jul 09 15:03:01 2020 -0400 |
tree | bfe7671dc5e860aaab4db3735e0eef11ebe2188c | |
parent | 492a139922b0f73c53ca4457bc7357ed919fdb82 [diff] |
Remove DozeFactory. Add DozeComponent/DozeScope. This replaces DozeFactory with some Dagger idioms. The DozeComponent is a subcomponent, created by DozeService, for all your Doze related needs. Items that should only live within the DozeService can be annotated with @DozeScope. Fixes: 159701507 Test: atest SystemUITests && manual Change-Id: I76d0709b1689408d95b4913d0d46761174cf5ea9