Searched refs:id5 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlertServiceTest.java | 467 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55), in testGenerateAlerts_multiple() local 484 ntm.expectTestNotification(5, id5, PRIORITY_HIGH); // concurrent in testGenerateAlerts_multiple() 498 ntm.expectTestNotification(4, id5, PRIORITY_HIGH); // concurrent in testGenerateAlerts_multiple() 512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN); in testGenerateAlerts_multiple() 539 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55), in testGenerateAlerts_maxAlerts() local 556 ntm.expectTestNotification(5, id5, PRIORITY_HIGH); // concurrent in testGenerateAlerts_maxAlerts() 571 ntm.expectTestNotification(3, id5, PRIORITY_HIGH); // concurrent in testGenerateAlerts_maxAlerts()
|