Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java40 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showLowPriorityNotification() local
79 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showHighPriorityNotification() local
113 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showSnoozeNotification() local
147 NotificationCompat.Builder notification = new NotificationCompat.Builder(context) in showMissedNotification() local
181 NotificationCompat.Builder notification = new NotificationCompat.Builder(service) in showAlarmNotification() local
/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java80 final Notification notification = bigTextStyle.build(); in postStorageLowNotification() local
86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification); in postStorageLowNotification() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java91 final Notification notification = constructProgressNotification(mContext, in onImportProcessed() local
112 final Notification notification = constructProgressNotification( in onImportParsed() local
134 final Notification notification = in onImportFinished() local
153 final Notification notification = in onImportCanceled() local
166 final Notification notification = in onExportProcessed() local
183 final Notification notification = constructCancelNotification(mContext, description); in onCancelRequest() local
DExportProcessor.java270 final Notification notification = in doProgressNotification() local
282 final Notification notification = in doCancelNotification() local
292 final Notification notification = in doFinishNotification() local
312 final Notification notification = in doFinishNotificationWithShareAction() local
DNfcImportVCardActivity.java295 final Notification notification = in showFailureNotification() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java22 public abstract void notify(int id, NotificationWrapper notification); in notify()
DAlertService.java374 NotificationWrapper notification; in generateAlerts() local
871 NotificationWrapper notification = AlertReceiver.makeExpandingNotification(context, in postNotification() local
933 Notification notification = nw.mNotification; in addNotificationOptions() local
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DExternalCallNotifierTest.java146 Notification notification = verifyNotificationPosted(); in testPostNonPullable() local
153 Notification notification = verifyNotificationPosted(); in testPostPullable() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java161 Notification notification = new Notification.Builder(context) in onReceive() local
183 notification); in onReceive() local
/packages/apps/Dialer/src/com/android/dialer/calllog/
DMissedCallNotifier.java174 Notification notification = builder.build(); in updateMissedCallNotification() local
275 private void configureLedOnNotification(Notification notification) { in configureLedOnNotification()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarNavExtender.java118 public CarNavExtender(@NonNull Notification notification) { in CarNavExtender()
176 public static boolean isExtended(Notification notification) { in isExtended()
241 public static int getType(Notification notification) { in getType()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java279 final Notification notification = bigTextStyle.build(); in postNewMessageSecondaryUserNotification() local
291 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID, notification); in postNewMessageSecondaryUserNotification() local
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DSmsMessageReceiver.java56 Notification.Builder notification = new Notification.Builder(context) in addNotification() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.java298 final Notification notification = new NotificationCompat.Builder(mContext) in updateNotification() local
308 mNotificationManager.notify(mNotificationModel.getStopwatchNotificationId(), notification); in updateNotification() local
DTimerModel.java712 final Notification notification = builder.build(); in updateNotification() local
821 final Notification notification = builder.build(); in updateHeadsUpNotification() local
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
DTunerSetupActivity.java215 Notification notification = new NotificationCompat.BigPictureStyle( in sendRecommendationCard() local
/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java352 final Notification notification = builder.build(); in updateMwi() local
365 notification, in updateMwi() local
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java403 Notification notification = builder.build(); in showMissedCallNotification() local
557 private void configureLedOnNotification(Notification notification) { in configureLedOnNotification()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java199 final Intent notificationIntent, final NotificationCompat.Builder notification, in addNotificationActions()
667 final Notification notification = builder.build(); in createUndoNotification() local
795 final Notification notification = in createUndoNotification() local
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DExternalCallNotifier.java300 Notification notification = builder.build(); in postNotification() local
DStatusBarNotifier.java320 Notification notification = builder.build(); in buildAndSendNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java102 MnsSdpSearchInfo (boolean isSearchON, int masId, int notification) { in MnsSdpSearchInfo()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DMissedCallNotifierImplTest.java349 Notification notification = mock(Notification.class); in makeNotificationBuilder() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java785 Notification notification = null; in createPbapNotification() local
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java216 Notification notification; in setNotification() local

12