Searched defs:eventIds (Results 1 – 5 of 5) sorted by relevance
68 long[] eventIds = intent.getLongArrayExtra(AlertUtils.EVENT_IDS_KEY); in onHandleIntent() local116 private String buildMultipleEventsQuery(long[] eventIds) { in buildMultipleEventsQuery()
210 public static void processEventIds(Context context, Set<Long> eventIds) { in processEventIds()346 Set<Long> eventIds = new HashSet<Long>(alarmIds.size()); in dismissGlobally() local420 private static Map<Long, Long> lookupEventToCalendarMap(Context context, Set<Long> eventIds) { in lookupEventToCalendarMap()
594 HashMap<Long, NotificationInfo> eventIds = new HashMap<Long, NotificationInfo>(); in processQuery() local
457 long[] eventIds = new long[notificationInfos.size()]; in makeDigestNotification() local
85 HashSet<Long> eventIds = new HashSet<Long>(); in getInstancesCursor() local