HomeSort by relevance Sort by last modified time
    Searched refs:NotificationInfo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 35 import com.android.calendar.alerts.AlertService.NotificationInfo;
710 private NotificationInfo createNotificationInfo(long eventId) {
711 return new NotificationInfo("eventName", "location", "description", 100L, 200L, eventId,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 315 ArrayList<NotificationInfo> highPriorityEvents = new ArrayList<NotificationInfo>();
316 ArrayList<NotificationInfo> mediumPriorityEvents = new ArrayList<NotificationInfo>();
317 ArrayList<NotificationInfo> lowPriorityEvents = new ArrayList<NotificationInfo>();
341 NotificationInfo info = highPriorityEvents.get(i);
358 NotificationInfo info = mediumPriorityEvents.get(i);
377 NotificationInfo info = lowPriorityEvents.get(0);
445 static void redistributeBuckets(ArrayList<NotificationInfo> highPriorityEvents
    [all...]
AlertReceiver.java 449 ArrayList<AlertService.NotificationInfo> notificationInfos, String digestTitle,
500 for (AlertService.NotificationInfo info : notificationInfos) {
573 for (AlertService.NotificationInfo info : notificationInfos) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 244 RPC_ASYNC_NOTIFICATION_INFO *NotificationInfo

Completed in 1472 milliseconds