Home
last modified time | relevance | path

Searched refs:debugStr (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java295 String debugStr = printActualNotifications(); in validateNotificationsAndReset() local
300 assertNull("Received unexpected notificationId " + id + debugStr, actual); in validateNotificationsAndReset()
301 assertTrue("NotificationId " + id + " should have been cancelled." + debugStr, in validateNotificationsAndReset()
305 + debugStr, actual); in validateNotificationsAndReset()
307 + debugStr, mCancelled[id]); in validateNotificationsAndReset()
308 assertEquals("Priority not as expected for notification " + id + debugStr, in validateNotificationsAndReset()
312 assertEquals("Event ID not expected for notification " + id + debugStr, in validateNotificationsAndReset()
314 assertEquals("Begin time not expected for notification " + id + debugStr, in validateNotificationsAndReset()
316 assertEquals("End time not expected for notification " + id + debugStr, in validateNotificationsAndReset()
320 assertNotNull("Posted notification not a digest as expected." + debugStr, in validateNotificationsAndReset()
[all …]