Searched refs:highPriority (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
D | AlertServiceTest.java | 272 public void expectTestNotification(int notificationId, int alertId, int highPriority) { in expectTestNotification() argument 274 highPriority); in expectTestNotification() 736 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_skipDeclinedDismissed() local 740 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_skipDeclinedDismissed() local 745 assertEquals(1, highPriority.size()); in testProcessQuery_skipDeclinedDismissed() 746 assertEquals(acceptedEventId, highPriority.get(0).eventId); in testProcessQuery_skipDeclinedDismissed() 747 assertEquals(acceptedStartTime, highPriority.get(0).startMillis); in testProcessQuery_skipDeclinedDismissed() 748 assertEquals(acceptedEndTime, highPriority.get(0).endMillis); in testProcessQuery_skipDeclinedDismissed() 749 assertTrue(highPriority.get(0).allDay); in testProcessQuery_skipDeclinedDismissed() 763 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_newAlert() local [all …]
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 863 Context context, boolean highPriority, NotificationPrefs prefs, in postNotification() argument 866 if (highPriority) { in postNotification() 895 + (highPriority ? ", high-priority" : "")); in postNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 575 int highPriority = c.getInt(fi.mMessageColPriority); in setPriority() local 576 if (highPriority == 1) { in setPriority()
|