Merge "Fix testRegisterUsageCallback failure in setUp" am: e873a53af1

am: c581541255

Change-Id: I5723e356d1b6aa1a71ba693598a5796900fd9ddc
This commit is contained in:
Remi NGUYEN VAN
2018-08-17 02:02:08 -07:00
committed by android-build-merger

View File

@@ -227,9 +227,6 @@ public class NetworkStatsServiceTest {
@After @After
public void tearDown() throws Exception { public void tearDown() throws Exception {
// Registered by NetworkStatsService's constructor.
LocalServices.removeServiceForTest(NetworkStatsManagerInternal.class);
IoUtils.deleteContents(mStatsDir); IoUtils.deleteContents(mStatsDir);
mServiceContext = null; mServiceContext = null;