Searched refs:id6 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlertServiceTest.java | 465 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0), in testGenerateAlerts_multiple() local 485 ntm.expectTestNotification(4, id6, PRIORITY_HIGH); // concurrent in testGenerateAlerts_multiple() 503 new int[] {id6, id4, id3, id2, id1}, PRIORITY_MIN); in testGenerateAlerts_multiple() 512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN); in testGenerateAlerts_multiple() 537 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0), in testGenerateAlerts_maxAlerts() local 557 ntm.expectTestNotification(4, id6, PRIORITY_HIGH); // concurrent in testGenerateAlerts_maxAlerts() 572 ntm.expectTestNotification(2, id6, PRIORITY_HIGH); // concurrent in testGenerateAlerts_maxAlerts()
|