Fix build & preserve DHCP scheduling as-is am: 53d68e16d8

Original change: undetermined

Change-Id: I155a40c9d6445f5515b151b3fc6a1b9964d2d8ba
This commit is contained in:
Christopher Tate
2021-05-31 06:22:37 +00:00
committed by Automerger Merge Worker

View File

@@ -878,8 +878,7 @@ public class NetworkStatsServiceTest extends AndroidTestCase {
mAlarmManager.remove(isA(PendingIntent.class));
expectLastCall().anyTimes();
mAlarmManager.setInexactRepeating(
eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), isA(PendingIntent.class));
mAlarmManager.set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), isA(PendingIntent.class), false);
expectLastCall().atLeastOnce();
mNetManager.setGlobalAlert(anyLong());