Searched refs:id8 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlertServiceTest.java | 459 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0), in testGenerateAlerts_multiple() local 487 ntm.expectTestNotification(2, id8, PRIORITY_HIGH); // future in testGenerateAlerts_multiple() 500 ntm.expectTestNotification(2, id8, PRIORITY_HIGH); // future in testGenerateAlerts_multiple() 512 new int[] {id8, id7, id6, id5, id4, id3, id2, id1}, PRIORITY_MIN); in testGenerateAlerts_multiple() 531 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0), in testGenerateAlerts_maxAlerts() local 559 ntm.expectTestNotification(2, id8, PRIORITY_HIGH); // future in testGenerateAlerts_maxAlerts() 575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN); in testGenerateAlerts_maxAlerts()
|