Fix build & preserve DHCP scheduling as-is am: 53d68e16d8
Original change: undetermined Change-Id: I155a40c9d6445f5515b151b3fc6a1b9964d2d8ba
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