OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expecttestnotification
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java
272
public void
expectTestNotification
(int notificationId, int alertId, int highPriority) {
277
public void
expectTestNotification
(int notificationId, int[] alertIds, int priority) {
420
ntm.
expectTestNotification
(1, id, PRIORITY_HIGH);
429
ntm.
expectTestNotification
(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
437
ntm.
expectTestNotification
(AlertUtils.EXPIRED_GROUP_NOTIFICATION_ID, id, PRIORITY_MIN);
483
ntm.
expectTestNotification
(6, id4, PRIORITY_HIGH); // concurrent
484
ntm.
expectTestNotification
(5, id5, PRIORITY_HIGH); // concurrent
485
ntm.
expectTestNotification
(4, id6, PRIORITY_HIGH); // concurrent
486
ntm.
expectTestNotification
(3, id7, PRIORITY_HIGH); // future
487
ntm.
expectTestNotification
(2, id8, PRIORITY_HIGH); // futur
[
all
...]
Completed in 1782 milliseconds