Searched refs:id9 (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlertServiceTest.java | 457 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0), in testGenerateAlerts_multiple() local 488 ntm.expectTestNotification(1, id9, PRIORITY_HIGH); // future in testGenerateAlerts_multiple() 501 ntm.expectTestNotification(1, id9, PRIORITY_HIGH); // future in testGenerateAlerts_multiple() 510 ntm.expectTestNotification(1, id9, PRIORITY_HIGH); // future in testGenerateAlerts_multiple() 529 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0), in testGenerateAlerts_maxAlerts() local 560 ntm.expectTestNotification(1, id9, PRIORITY_HIGH); // future in testGenerateAlerts_maxAlerts() 575 new int[] {id9, id8, id3, id2, id1}, PRIORITY_MIN); in testGenerateAlerts_maxAlerts()
|