Fix build & preserve DHCP scheduling as-is

Change-Id: I4063b18532c476280f343658bf3641495e526ed4
This commit is contained in:
Christopher Tate
2013-07-18 18:23:57 -07:00
parent dc7e3ee3ad
commit 98b10cec42

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());