fix build am: f466bf9e1d
Original change: undetermined Change-Id: Ibcc6d09e13495163c53e682f5e9ed06094e7de6d
This commit is contained in:
@@ -878,7 +878,7 @@ public class NetworkStatsServiceTest extends AndroidTestCase {
|
||||
mAlarmManager.remove(isA(PendingIntent.class));
|
||||
expectLastCall().anyTimes();
|
||||
|
||||
mAlarmManager.set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), isA(PendingIntent.class), false);
|
||||
mAlarmManager.set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), anyLong(), isA(PendingIntent.class));
|
||||
expectLastCall().atLeastOnce();
|
||||
|
||||
mNetManager.setGlobalAlert(anyLong());
|
||||
|
||||
Reference in New Issue
Block a user