diff options
author | Torne (Richard Coles) <torne@google.com> | 2020-03-18 18:53:52 -0400 |
---|---|---|
committer | Torne (Richard Coles) <torne@google.com> | 2020-10-22 15:10:55 -0400 |
commit | c1645e2175d23c674f906ca36c38ae45fb68575b (patch) | |
tree | c3fbe2c1cd8d205822caa60bb0cdf0f4bfd78030 /rs/java/android/renderscript/ProgramStore.java | |
parent | 3609d63a25c439b0e38569aca210805b47a0cdf5 (diff) |
Inline WebViewUpdater into WebViewUpdateServiceImpl.
Since the removal of the fallback logic and other complexity required by
Monochrome, WebViewUpdateServiceImpl did not have much logic left in it
other than forwarding most method calls to WebViewUpdater. The division
of logic between these two classes was thus mostly just making it harder
to understand.
Therefore, we inline the entirety of WebViewUpdater into
WebViewUpdateServiceImpl, combining them back into a single class as
they used to be when they were simpler. A number of methods are made
private as they don't need to be accessed from outside the class any
more.
Bug: 129470358
Test: atest WebViewUpdateServiceTest
Change-Id: I1cef1c89f47a3ddd980d0f7d27a09e9a1e1b913b
Diffstat (limited to 'rs/java/android/renderscript/ProgramStore.java')
0 files changed, 0 insertions, 0 deletions