HomeSort by relevance Sort by last modified time
    Searched defs:notification (Results 126 - 150 of 851) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/service/notification/
SnoozeCriterion.java 16 package android.service.notification;
24 * Represents an option to be shown to users for snoozing a notification until a given context
67 * Returns the user visible explanation of how long a notification will be snoozed if
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
FakeShadowView.java 17 package com.android.systemui.statusbar.notification;
NotificationBigTextTemplateViewWrapper.java 17 package com.android.systemui.statusbar.notification;
20 import android.service.notification.StatusBarNotification;
28 * Wraps a notification containing a big text template
39 private void resolveViews(StatusBarNotification notification) {
45 // Reinspect the notification. Before the super call, because the super call also updates
NotificationMediaTemplateViewWrapper.java 17 package com.android.systemui.statusbar.notification;
26 * Wraps a notification containing a media template
43 // Reinspect the notification. Before the super call, because the super call also updates
NotificationMessagingTemplateViewWrapper.java 17 package com.android.systemui.statusbar.notification;
33 * Wraps a notification containing a messaging template
55 // Reinspect the notification. Before the super call, because the super call also updates
NotificationUtils.java 17 package com.android.systemui.statusbar.notification;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationChannelExtractor.java 16 package com.android.server.notification;
22 * Stores the latest notification channel information for this notification
36 if (DBG) Slog.d(TAG, "skipping empty notification");
NotificationDelegate.java 17 package com.android.server.notification;
19 import android.service.notification.NotificationStats;
RankingConfig.java 16 package com.android.server.notification;
SystemConditionProviderService.java 17 package com.android.server.notification;
22 import android.service.notification.ConditionProviderService;
23 import android.service.notification.IConditionProvider;
26 import com.android.server.notification.NotificationManagerService.DumpFilter;
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationChannelTest.java 17 package com.android.server.notification;
NotificationIntrusivenessExtractorTest.java 17 package com.android.server.notification;
22 import static com.android.server.notification.NotificationIntrusivenessExtractor.HANG_TIME_MS;
28 import android.app.Notification;
33 import android.service.notification.StatusBarNotification;
44 final Notification.Builder builder = new Notification.Builder(getContext())
48 Notification n = builder.build();
59 final Notification.Builder builder = new Notification.Builder(getContext())
65 Notification n = builder.build()
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/notification/
NotificationThrottler.java 17 package com.android.dialer.notification;
19 import android.app.Notification;
22 import android.service.notification.StatusBarNotification;
36 * notification type. Once the limit is reached, older notifications are cancelled.
50 /* package */ static void throttle(@NonNull Context context, @NonNull Notification notification) {
52 Assert.isNotNull(notification);
55 String groupKey = notification.getGroup();
99 for (StatusBarNotification notification : notificationManager.getActiveNotifications()) {
100 if (isNotificationInGroup(notification, groupKey))
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestNotificationManager.java 23 import android.app.Notification;
36 private final SparseArray<HashMap<String, Notification>> mNotifications = new SparseArray<>();
44 private void notify(String tag, int id, Notification notification) {
45 if (notification == mForegroundManager.getForegroundNotification()
47 throw new IllegalStateException("Mismatching ID and notification.");
54 mNotifications.get(id).put(tag, notification);
58 final HashMap<String, Notification> idMap = mNotifications.get(id);
60 final Notification notification = idMap.get(tag) local
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
AllowSoundPreferenceController.java 17 package com.android.settings.notification;
AudioHelper.java 17 package com.android.settings.notification;
BadgePreferenceController.java 17 package com.android.settings.notification;
BootSoundPreferenceController.java 17 package com.android.settings.notification;
NotificationAppPreference.java 16 package com.android.settings.notification;
ZenModeAlarmsPreferenceController.java 17 package com.android.settings.notification;
ZenModeAutomationSettings.java 17 package com.android.settings.notification;
22 import android.service.notification.ConditionProviderService;
ZenModeBehaviorFooterPreferenceController.java 17 package com.android.settings.notification;
23 import android.service.notification.ZenModeConfig;
ZenModeButtonPreferenceController.java 17 package com.android.settings.notification;
ZenModeDurationPreferenceController.java 17 package com.android.settings.notification;
ZenModeEventsPreferenceController.java 17 package com.android.settings.notification;

Completed in 882 milliseconds

1 2 3 4 56 7 8 91011>>