fix build
Change-Id: Ie4bd7c3fe9320d22b7da2962e5e5a4abca510bd2
This commit is contained in:
@@ -878,7 +878,7 @@ public class NetworkStatsServiceTest extends AndroidTestCase {
|
|||||||
mAlarmManager.remove(isA(PendingIntent.class));
|
mAlarmManager.remove(isA(PendingIntent.class));
|
||||||
expectLastCall().anyTimes();
|
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();
|
expectLastCall().atLeastOnce();
|
||||||
|
|
||||||
mNetManager.setGlobalAlert(anyLong());
|
mNetManager.setGlobalAlert(anyLong());
|
||||||
|
|||||||
Reference in New Issue
Block a user