Searched refs:mActualNotifications (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java258 NotificationWrapper[] mActualNotifications; field in class:AlertServiceTest.NotificationTestManager
268 mActualNotifications = new NotificationWrapper[mExpectedNotifications.length];
296 for (int id = 0; id < mActualNotifications.length; id++) {
298 NotificationWrapper actual = mActualNotifications[id];
339 Arrays.fill(mActualNotifications, null);
345 for (int i = mActualNotifications.length - 1; i >= 0; i--) {
346 NotificationWrapper actual = mActualNotifications[i];
372 assertNull("id already used", mActualNotifications[id]);
382 assertNull("id already used: " + id, mActualNotifications[id]);
383 mActualNotifications[i
[all...]

Completed in 99 milliseconds