Searched defs: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() 736 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_skipDeclinedDismissed() local 740 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_skipDeclinedDismissed() local 763 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_newAlert() local 767 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_newAlert() local 785 ArrayList<NotificationInfo> highPriority = new ArrayList<NotificationInfo>(); in testProcessQuery_recurringEvent() local 797 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_recurringEvent() local 808 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_recurringEvent() local 819 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_recurringEvent() local 830 AlertService.processQuery(at.getAlertCursor(), mContext, currentTime, highPriority, in testProcessQuery_recurringEvent() local [all …]
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 863 Context context, boolean highPriority, NotificationPrefs prefs, in postNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 575 int highPriority = c.getInt(fi.mMessageColPriority); in setPriority() local
|