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));
|
||||
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());
|
||||
|
||||
Reference in New Issue
Block a user