HomeSort by relevance Sort by last modified time
    Searched refs:NotificationInfo (Results 1 - 9 of 9) 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...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 254 SortedSet<NotificationInfo> notificationSet =
255 new TreeSet<NotificationInfo>(INFO_COMPARATOR);
356 private static final class NotificationInfo {
383 public NotificationInfo(boolean isSms,
507 ArrayList<NotificationInfo> senders) {
552 implements Comparator<NotificationInfo> {
555 NotificationInfo info1, NotificationInfo info2) {
561 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
629 NotificationInfo info = getNewMessageNotificationInfo(context
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 192 struct NotificationInfo {
193 NotificationInfo();
194 ~NotificationInfo();
205 typedef std::map<ModelType, NotificationInfo> NotificationInfoMap;
sync_manager_impl.cc 182 std::make_pair(ModelTypeFromInt(i), NotificationInfo()));
217 SyncManagerImpl::NotificationInfo::NotificationInfo() : total_count(0) {}
218 SyncManagerImpl::NotificationInfo::~NotificationInfo() {}
220 base::DictionaryValue* SyncManagerImpl::NotificationInfo::ToValue() const {
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 306 private class NotificationInfo {
351 NotificationInfo n = getNotificationInfo (cursor);
369 NotificationInfo n = (NotificationInfo) cookie;
417 NotificationInfo n = (NotificationInfo) cookie;
422 * Factory method to generate a NotificationInfo object given a
425 private final NotificationInfo getNotificationInfo(Cursor cursor) {
426 NotificationInfo n = new NotificationInfo();
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]
  /external/chromium_org/ui/views/
view_unittest.cc     [all...]

Completed in 285 milliseconds