Searched refs:notification (Results 1 - 25 of 84) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/notification/
H A DRedactionSettingsStandalone.java17 package com.android.settings.notification;
23 import com.android.settings.notification.RedactionInterstitial.RedactionInterstitialFragment;
H A DZenModeVoiceActivity.java17 package com.android.settings.notification;
26 import android.service.notification.Condition;
27 import android.service.notification.ZenModeConfig;
H A DEmptyTextSettings.java17 package com.android.settings.notification;
H A DZenRuleInfo.java1 package com.android.settings.notification;
H A DNotificationAccessSettings.java17 package com.android.settings.notification;
30 import android.service.notification.NotificationListenerService;
55 c.noun = "notification listener";
H A DZenModeSettingsBase.java17 package com.android.settings.notification;
29 import android.service.notification.ZenModeConfig;
H A DZenRuleNameDialog.java17 package com.android.settings.notification;
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); argument
26 * Don't actually use the notification framework's cancelAll since the SyncAdapter
H A DAlertService.java108 // The grace period before changing a notification's priority bucket.
139 // notification id?
176 // On reboot, update the notification bar with the contents of the
219 // If we dismissed a notification for a new event, then we need to sync the cache when
339 // the notification list.
347 // Keep concurrent events high priority (to appear higher in the notification list)
353 // Order these so more recent start times appear higher in the notification list.
355 // TODO: Post these with the same notification priority level as the higher priority
370 // Post the low priority events as 1 combined notification.
374 NotificationWrapper notification;
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.java38 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId);
40 NotificationCompat.Builder notification = new NotificationCompat.Builder(context)
52 // Setup up hide notification
56 notification.setDeleteIntent(PendingIntent.getService(context, instance.hashCode(),
62 notification.addAction(R.drawable.ic_alarm_off_24dp,
69 notification.setContentIntent(PendingIntent.getActivity(context, instance.hashCode(),
73 nm.notify(instance.hashCode(), notification.build());
77 LogUtils.v("Displaying high priority notification for alarm instance: " + instance.mId);
79 NotificationCompat.Builder notification = new NotificationCompat.Builder(context)
96 notification
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DNotificationImportExportListener.java71 // Show a notification about the status
83 // We just want to show notification for the first vCard.
91 final Notification notification = constructProgressNotification(mContext,
93 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
112 final Notification notification = constructProgressNotification(
115 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
134 final Notification notification =
138 jobId, notification);
153 final Notification notification =
156 jobId, notification);
[all...]
H A DExportProcessor.java200 // bother notification bar too much.
216 // the file by pressing the notification; otherwise, it would be a file in Drive, we
217 // don't need to enable this action in notification since the file is already uploaded.
270 final Notification notification =
275 mJobId, notification);
279 if (DEBUG) Log.d(LOG_TAG, "send cancel notification");
282 final Notification notification =
285 mJobId, notification);
289 if (DEBUG) Log.d(LOG_TAG, "send finish notification: " + title + ", " + description);
292 final Notification notification
[all...]
/packages/apps/Settings/src/com/android/settings/search/
H A DRanking.java45 import com.android.settings.notification.ConfigureNotificationSettings;
46 import com.android.settings.notification.OtherSoundSettings;
47 import com.android.settings.notification.SoundSettings;
48 import com.android.settings.notification.ZenModeAutomationSettings;
49 import com.android.settings.notification.ZenModePrioritySettings;
50 import com.android.settings.notification.ZenModeSettings;
51 import com.android.settings.notification.ZenModeVisualInterruptionSettings;
H A DSearchIndexableResources.java46 import com.android.settings.notification.ConfigureNotificationSettings;
47 import com.android.settings.notification.OtherSoundSettings;
48 import com.android.settings.notification.SoundSettings;
49 import com.android.settings.notification.ZenModePrioritySettings;
50 import com.android.settings.notification.ZenModeSettings;
51 import com.android.settings.notification.ZenModeVisualInterruptionSettings;
/packages/apps/Settings/src/com/android/settings/
H A DSetupRedactionInterstitial.java25 import com.android.settings.notification.RedactionInterstitial;
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DSmsStorageStatusManager.java32 * Class that handles SMS auto delete and notification when storage is low
60 * Post sms storage low notification
80 final Notification notification = bigTextStyle.build();
86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification);
90 * Cancel the notification
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarNavExtender.java34 * To create a notification with navigation extensions:
42 * notification.
43 * <li>Post the notification to the notification system with the
61 * <p>CarNavExtender fields can be accessed on an existing notification by using the
108 * Create a new CarNavExtender to extend a new notification.
114 * Reconstruct a CarNavExtender from an existing notification. Can be used to retrieve values.
116 * @param notification The notification to retrieve the values from.
118 public CarNavExtender(@NonNull Notification notification) { argument
176 isExtended(Notification notification) argument
241 getType(Notification notification) argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateNotificationBridge.java22 import android.service.notification.NotificationListenerService;
25 import com.android.settings.notification.NotificationBackend;
26 import com.android.settings.notification.NotificationBackend.AppRow;
35 * Also provides app filters that can use the notification data.
H A DNotificationApps.java22 import com.android.settings.notification.NotificationBackend;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DMissedCallNotifier.java45 * Creates a notification for calls that the user missed (neither answered nor rejected).
53 /** The identifier of the notification of new missed calls. */
75 final String expandedText; // The text in the notification's line 1 and 2.
83 // call log, then no notification can be shown.
90 // No voicemails to notify about: clear the notification.
101 // Display the first line of the notification:
128 // Create a public viewable version of the notification, suitable for display when sensitive
129 // notification content is hidden.
133 // Show "Phone" for notification title.
143 // Create the notification suitabl
275 configureLedOnNotification(Notification notification) argument
[all...]
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
H A DSmsMessageReceiver.java56 Notification.Builder notification = new Notification.Builder(context)
70 notificationManager.notify(notificationId, notification.getNotification());
86 // intent of a previous message and notification.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java115 // Maps summary notification to conversation notification ids.
130 * Returns the notification map, creating it if necessary.
220 * Populates the notification map with previously cached data.
227 // Get the parts of the string that make the notification entry
281 * Cache the notification map.
302 * @return the title of this notification with each account and the number of unread and unseen
359 * @param accountUri The {@link Uri} of the {@link Account} of the notification
361 * @param folderUri The {@link Uri} of the {@link Folder} of the notification
380 for (NotificationKey notification
[all...]
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
H A DExternalCallNotifierTest.java81 // Setup the mock context to return mocks for some of the needed services; the notification
91 // These aspects of the context are used by the notification builder to build the actual
92 // notification; we will rely on the actual implementations of these.
146 Notification notification = verifyNotificationPosted();
147 assertNull(notification.actions);
153 Notification notification = verifyNotificationPosted();
154 assertEquals(1, notification.actions.length);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java145 // Ensure not conflict with Opp notification ID
785 Notification notification = null;
790 notification = new Notification(android.R.drawable.stat_sys_data_bluetooth,
792 notification.color = getResources().getColor(
794 notification.setLatestEventInfo(this, getString(R.string.auth_notif_title),
798 notification.flags |= Notification.FLAG_AUTO_CANCEL;
799 notification.flags |= Notification.FLAG_ONLY_ALERT_ONCE;
800 notification.defaults = Notification.DEFAULT_SOUND;
801 notification.deleteIntent = PendingIntent.getBroadcast(this, 0, deleteIntent, 0);
802 nm.notify(NOTIFICATION_ID_AUTH, notification);
[all...]
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java29 import android.service.notification.NotificationListenerService;
30 import android.service.notification.NotificationListenerService.Ranking;
31 import android.service.notification.NotificationListenerService.RankingMap;
32 import android.service.notification.StatusBarNotification;

Completed in 647 milliseconds

1234