Original change: undetermined

Change-Id: Ibcc6d09e13495163c53e682f5e9ed06094e7de6d
This commit is contained in:
Guang Zhu
2021-05-31 06:23:58 +00:00
committed by Automerger Merge Worker

View File

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