commit | 9a509ca728fbe264e1a5a6ccd5b39ffc0b5eceb4 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Wed May 18 13:45:20 2016 -0700 |
committer | Christopher Wiley <wiley@google.com> | Fri May 20 15:56:13 2016 -0700 |
tree | 1b2589d52a29b8a4700909de07e9da15918d7898 | |
parent | a255e7834a22b53885937e11462dccae29031bdd [diff] |
Make Tethering.TetherInterfaceSM more self contained Remove references from the class into the containing class: - Move functionality to bring up a USB interface into the class itself. - Extract an interface to wrap methods where TetherInterfaceSM was calling into other private classes of Tethering - Inject necessary dependendencies into TetherInterfaceSM instances. Bug: 28833951 Test: Compiles. Change-Id: Ic96947417cf8734072d027b0f1cba8a1a1be7a74