HomeSort by relevance Sort by last modified time
    Searched full:notificationinfo (Results 1 - 6 of 6) 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/Dialer/InCallUI/src/com/android/incallui/
ExternalCallNotifier.java 64 private static class NotificationInfo {
71 public NotificationInfo(Call call, int notificationId) {
112 private Map<Call, NotificationInfo> mNotifications = new ArrayMap<>();
133 NotificationInfo info = new NotificationInfo(call, mNextUniqueNotificationId++);
166 for (NotificationInfo info : mNotifications.values()) {
178 private void showNotifcation(final NotificationInfo info) {
235 private void savePhoto(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) {
248 private void saveContactInfo(NotificationInfo info, ContactInfoCache.ContactCacheEntry entry) {
256 * Rebuild an existing or show a new notification given {@link NotificationInfo}
    [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
  /external/libnfc-nxp/src/
phHciNfc_WI.c 658 /* phNfc_sNotificationInfo_t NotificationInfo; */

Completed in 371 milliseconds