Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc668ac4 authored by Guang Zhu's avatar Guang Zhu
Browse files

fix build

Change-Id: Ie4bd7c3fe9320d22b7da2962e5e5a4abca510bd2
parent d55e18ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());