Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cff1d673 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Follow API removal.

Bug: 18118003
Change-Id: Iad73ce748e05ba0660246e8dbb041415c187f792
parent 5274dcc8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -932,7 +932,6 @@ public class NetworkStatsServiceTest extends AndroidTestCase {
        expect(mSettings.getPollInterval()).andReturn(HOUR_IN_MILLIS).anyTimes();
        expect(mSettings.getTimeCacheMaxAge()).andReturn(DAY_IN_MILLIS).anyTimes();
        expect(mSettings.getSampleEnabled()).andReturn(true).anyTimes();
        expect(mSettings.getReportXtOverDev()).andReturn(true).anyTimes();

        final Config config = new Config(bucketDuration, deleteAge, deleteAge);
        expect(mSettings.getDevConfig()).andReturn(config).anyTimes();