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...]
  /external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager.h 97 struct NotificationInfo {
98 NotificationInfo();
99 ~NotificationInfo();
107 typedef std::map<base::FilePath, NotificationInfo> WatchedPaths;
gallery_watch_manager.cc 139 GalleryWatchManager::NotificationInfo::NotificationInfo()
143 GalleryWatchManager::NotificationInfo::~NotificationInfo() {
329 // In that case, it calls the default constructor for NotificationInfo.
  /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 266 SortedSet<NotificationInfo> notificationSet =
267 new TreeSet<NotificationInfo>(INFO_COMPARATOR);
368 private static final class NotificationInfo {
395 public NotificationInfo(boolean isSms,
519 ArrayList<NotificationInfo> senders) {
564 implements Comparator<NotificationInfo> {
567 NotificationInfo info1, NotificationInfo info2) {
573 Context context, Set<Long> threads, SortedSet<NotificationInfo> notificationSet) {
641 NotificationInfo info = getNewMessageNotificationInfo(context
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.h 197 struct NotificationInfo {
198 NotificationInfo();
199 ~NotificationInfo();
210 typedef std::map<ModelType, NotificationInfo> NotificationInfoMap;
sync_manager_impl.cc 96 std::make_pair(ModelTypeFromInt(i), NotificationInfo()));
105 SyncManagerImpl::NotificationInfo::NotificationInfo() : total_count(0) {}
106 SyncManagerImpl::NotificationInfo::~NotificationInfo() {}
108 base::DictionaryValue* SyncManagerImpl::NotificationInfo::ToValue() const {
    [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 193 milliseconds