Fix build & preserve DHCP scheduling as-is
Change-Id: I4063b18532c476280f343658bf3641495e526ed4
This commit is contained in:
@@ -878,8 +878,7 @@ public class NetworkStatsServiceTest extends AndroidTestCase {
|
|||||||
mAlarmManager.remove(isA(PendingIntent.class));
|
mAlarmManager.remove(isA(PendingIntent.class));
|
||||||
expectLastCall().anyTimes();
|
expectLastCall().anyTimes();
|
||||||
|
|
||||||
mAlarmManager.setInexactRepeating(
|
mAlarmManager.set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), isA(PendingIntent.class), false);
|
||||||
eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), isA(PendingIntent.class));
|
|
||||||
expectLastCall().atLeastOnce();
|
expectLastCall().atLeastOnce();
|
||||||
|
|
||||||
mNetManager.setGlobalAlert(anyLong());
|
mNetManager.setGlobalAlert(anyLong());
|
||||||
|
|||||||
Reference in New Issue
Block a user