fix build

Change-Id: Ie4bd7c3fe9320d22b7da2962e5e5a4abca510bd2
This commit is contained in:
Guang Zhu
2013-07-21 02:01:34 -07:00
parent 9c594437df
commit a5e56e1223

View File

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