commit | ccb544069ba910e917aa28742f58ece025ff4f67 | [log] [tgz] |
---|---|---|
author | Gus Prevas <kprevas@google.com> | Fri Dec 28 13:40:50 2018 -0500 |
committer | Gus Prevas <kprevas@google.com> | Fri Jan 04 10:58:57 2019 -0500 |
tree | 64c81733f9a56693cf1795029fbc2e87f025998a | |
parent | 22b99b471c115add9d09ac82b85b9939aacb5e24 [diff] |
Collapses ForegroundServiceControllerImpl into interface. ForegroundServiceControllerImpl was the only implementation of ForegroundServiceController; this change eliminates the interface so that the class can be broken up into more granular components in a future CL to help break circular dependencies. No functional changes. Test: atest SystemUITests, manual Change-Id: Iabe8ae1dbc42769d5b3e93ebe2249cdc5c3e4e77