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

123

/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 DNotificationAccessSettings.java17 package com.android.settings.notification;
22 import android.service.notification.NotificationListenerService;
37 c.noun = "notification listener";
H A DZenModeConditionSelection.java17 package com.android.settings.notification;
27 import android.service.notification.Condition;
28 import android.service.notification.IConditionListener;
29 import android.service.notification.ZenModeConfig;
H A DZenModeAutomationSettings.java17 package com.android.settings.notification;
19 import static android.service.notification.ZenModeConfig.ALL_DAYS;
32 import android.service.notification.ConditionProviderService;
33 import android.service.notification.ZenModeConfig;
34 import android.service.notification.ZenModeConfig.EventInfo;
35 import android.service.notification.ZenModeConfig.ScheduleInfo;
36 import android.service.notification.ZenModeConfig.ZenRule;
42 import com.android.settings.notification.ManagedServiceSettings.Config;
43 import com.android.settings.notification.ZenModeEventRuleSettings.CalendarInfo;
44 import com.android.settings.notification
[all...]
H A DZenModeExternalRuleSettings.java17 package com.android.settings.notification;
28 import android.service.notification.ZenModeConfig.ZenRule;
33 import com.android.settings.notification.ZenRuleNameDialog.RuleInfo;
H A DZenModeVoiceActivity.java17 package com.android.settings.notification;
32 import android.service.notification.Condition;
33 import android.service.notification.ZenModeConfig;
H A DZenModeEventRuleSettings.java17 package com.android.settings.notification;
27 import android.service.notification.ZenModeConfig;
28 import android.service.notification.ZenModeConfig.EventInfo;
29 import android.service.notification.ZenModeConfig.ZenRule;
H A DZenModeScheduleRuleSettings.java17 package com.android.settings.notification;
19 import static com.android.settings.notification.ZenModeScheduleDaysSelection.DAYS;
34 import android.service.notification.ZenModeConfig;
35 import android.service.notification.ZenModeConfig.ScheduleInfo;
36 import android.service.notification.ZenModeConfig.ZenRule;
H A DNotificationStation.java17 package com.android.settings.notification;
36 import android.service.notification.NotificationListenerService;
37 import android.service.notification.StatusBarNotification;
87 public void onNotificationPosted(StatusBarNotification notification) {
88 logd("onNotificationPosted: %s", notification);
95 public void onNotificationRemoved(StatusBarNotification 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.java37 LogUtils.v("Displaying low priority notification for alarm instance: " + instance.mId);
40 NotificationCompat.Builder notification = new NotificationCompat.Builder(context)
51 // Setup up hide notification
55 notification.setDeleteIntent(PendingIntent.getBroadcast(context, instance.hashCode(),
61 notification.addAction(R.drawable.ic_alarm_off_24dp,
68 notification.setContentIntent(PendingIntent.getActivity(context, instance.hashCode(),
72 nm.notify(instance.hashCode(), notification.build());
76 LogUtils.v("Displaying high priority notification for alarm instance: " + instance.mId);
79 NotificationCompat.Builder notification = new NotificationCompat.Builder(context)
95 notification
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DNotificationImportExportListener.java70 // Show a notification about the status
82 // We just want to show notification for the first vCard.
90 final Notification notification = constructProgressNotification(mContext,
92 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
111 final Notification notification = constructProgressNotification(
114 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
133 final Notification notification =
137 jobId, notification);
152 final Notification notification =
155 jobId, notification);
[all...]
H A DExportProcessor.java186 // bother notification bar too much.
239 final Notification notification =
244 mJobId, notification);
248 if (DEBUG) Log.d(LOG_TAG, "send cancel notification");
251 final Notification notification =
254 mJobId, notification);
258 if (DEBUG) Log.d(LOG_TAG, "send finish notification: " + title + ", " + description);
261 final Notification notification =
265 mJobId, notification);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
H A DCertService.java57 Notification notification = new Notification.Builder(this)
62 notification.flags |= Notification.FLAG_NO_CLEAR;
63 startForeground(FOREGROUND_ID, notification);
/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/apps/Settings/src/com/android/settings/applications/
H A DAppStateNotificationBridge.java20 import com.android.settings.notification.NotificationBackend;
21 import com.android.settings.notification.NotificationBackend.AppRow;
30 * Also provides app filters that can use the notification data.
/packages/apps/Settings/src/com/android/settings/search/
H A DRanking.java44 import com.android.settings.notification.NotificationSettings;
45 import com.android.settings.notification.OtherSoundSettings;
46 import com.android.settings.notification.ZenModeAutomationSettings;
47 import com.android.settings.notification.ZenModePrioritySettings;
48 import com.android.settings.notification.ZenModeSettings;
/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/Browser/src/com/android/browser/
H A DWebStorageSizeManager.java83 * a system notification that will guide the user to the WebSettings UI. There,
102 // The system status bar notification id.
104 // The time of the last out of space notification
106 // Delay between two notification in ms
108 // Delay in ms used when resetting the notification time
242 // We only fire the notification if there are some other websites
246 // the notification would not help at all since there is nothing
324 // We only fire the notification if there are some other websites
328 // the notification would not help at all since there is nothing
348 // Reset the notification tim
[all...]
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
H A DListener.java27 import android.service.notification.NotificationListenerService;
28 import android.service.notification.NotificationListenerService.Ranking;
29 import android.service.notification.NotificationListenerService.RankingMap;
30 import android.service.notification.StatusBarNotification;
/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/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java60 * Creates a notification for calls that the user missed (neither answered nor rejected).
67 * and Android-framework entanglements of missed call notification.
110 /** Clears missed call notification and marks the call log's missed calls as read. */
138 * Create a system notification for the missed call.
147 final String expandedText; // The text in the notification's line 1 and 2.
149 // Display the first line of the notification:
161 // Create the notification.
204 Notification notification = builder.build();
205 configureLedOnNotification(notification);
207 Log.i(this, "Adding missed call notification fo
310 configureLedOnNotification(Notification notification) argument
[all...]
/packages/apps/Exchange/src/com/android/exchange/service/
H A DAbstractSyncAdapterService.java125 final Notification notification = new Notification.Builder(this)
136 nm.notify("AuthError", 0, notification);

Completed in 1071 milliseconds

123