/packages/apps/StorageManager/src/com/android/storagemanager/automatic/ |
D | NotificationController.java | 92 private static final int NOTIFICATION_ID = 0; field in NotificationController 170 noThanksIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID); in showNotification() 178 activateIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID); in showNotification() 185 dismissIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID); in showNotification() 191 contentIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID); in showNotification() 225 manager.notify(NOTIFICATION_ID, builder.build()); in showNotification()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | InCallNotificationController.java | 45 private static final int NOTIFICATION_ID = 20181105; field in InCallNotificationController 132 NOTIFICATION_ID, in showInCallNotification() 145 NOTIFICATION_ID, in showInCallNotification() 169 mNotificationManager.cancel(callId, NOTIFICATION_ID); in cancelInCallNotification()
|
D | MissedCallNotificationController.java | 53 private static final int NOTIFICATION_ID = 20190520; field in MissedCallNotificationController 172 NOTIFICATION_ID, in showMissedCallNotification() 181 mNotificationManager.cancel(tag, NOTIFICATION_ID); in cancelMissedCallNotification()
|
/packages/services/Car/service/src/com/android/car/ |
D | CanBusErrorNotifier.java | 35 private static final int NOTIFICATION_ID = 1; field in CanBusErrorNotifier 96 mNotificationManager.notify(TAG, NOTIFICATION_ID, notification); in showNotification() 104 mNotificationManager.cancel(TAG, NOTIFICATION_ID); in hideNotification()
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamCallListListener.java | 63 static final int NOTIFICATION_ID = 1; field in SpamCallListListener 305 context, getNotificationTagForCall(call), NOTIFICATION_ID, notificationBuilder.build()); in showNonSpamCallNotification() 423 context, getNotificationTagForCall(call), NOTIFICATION_ID, notificationBuilder.build()); in showSpamCallNotification() 454 context, call, action, getNotificationTagForCall(call), NOTIFICATION_ID); in createServicePendingIntent() 463 context, call, action, getNotificationTagForCall(call), NOTIFICATION_ID); in createActivityPendingIntent()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sim/ |
D | SimSelectNotification.java | 42 private static final int NOTIFICATION_ID = 1; field in SimSelectNotification 100 notificationManager.notify(NOTIFICATION_ID, builder.build()); in createNotification() 106 notificationManager.cancel(NOTIFICATION_ID); in cancelNotification()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailNotifier.java | 58 static final int NOTIFICATION_ID = 1; field in VisualVoicemailNotifier 108 context, GROUP_SUMMARY_NOTIFICATION_TAG, NOTIFICATION_ID, groupSummary.build()); in showNotifications() 114 NOTIFICATION_ID, in showNotifications() 133 context, getNotificationTagForUri(voicemailUri), NOTIFICATION_ID); in cancelSingleVoicemailNotification()
|
D | LegacyVoicemailNotifier.java | 48 private static final int NOTIFICATION_ID = 1; field in LegacyVoicemailNotifier 85 context, getNotificationTag(context, handle), NOTIFICATION_ID, notification); in showNotification() 174 context, getNotificationTag(context, phoneAccountHandle), NOTIFICATION_ID); in cancelNotification()
|
D | MissedCallNotifier.java | 228 MissedCallConstants.NOTIFICATION_ID, in updateMissedCallNotification() 250 MissedCallConstants.NOTIFICATION_ID, in updateMissedCallNotification() 314 MissedCallConstants.NOTIFICATION_ID, in insertPostCallNotification()
|
D | VisualVoicemailUpdateTask.java | 130 if (notification.getId() != VisualVoicemailNotifier.NOTIFICATION_ID) { in getExistingNotificationCount() 154 if (notification.getId() != VisualVoicemailNotifier.NOTIFICATION_ID) { in getAndUpdateVoicemailsWithExistingNotification()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionRequest.java | 44 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest 189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive() local 198 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive() local
|
D | BluetoothPairingService.java | 42 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingService 169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPermissionRequest.java | 44 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest 189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive() local 198 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive() local
|
D | BluetoothPairingService.java | 42 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingService 169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 91 private static final int NOTIFICATION_ID = 100; field in SimImportService 281 startForeground(NOTIFICATION_ID, getImportingNotification()); in onPreExecute() 341 mNotificationManager.notify(NOTIFICATION_ID, notification); in onPostExecute()
|
/packages/apps/TV/src/com/android/tv/audiotvservice/ |
D | AudioOnlyTvService.java | 36 private static final int NOTIFICATION_ID = 1; field in AudioOnlyTvService 61 startForeground(NOTIFICATION_ID, new Notification()); in onStartCommand()
|
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/ |
D | UpdateLayoutFragment.java | 60 private static final int NOTIFICATION_ID = 1; field in UpdateLayoutFragment 163 mNotificationManager.notify(NOTIFICATION_ID, createNotification(getContext(), status)); in showStatus() 165 mNotificationManager.cancel(NOTIFICATION_ID); in showStatus()
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | BootUsbService.java | 44 private static final int NOTIFICATION_ID = 1; field in BootUsbService 78 startForeground(NOTIFICATION_ID, notification); in onCreate()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingService.java | 42 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingService 169 startForeground(NOTIFICATION_ID, builder.getNotification()); in onStartCommand()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertService.java | 79 public static final int NOTIFICATION_ID = 1; field in CellBroadcastAlertService 622 pi = PendingIntent.getActivity(context, NOTIFICATION_ID, intent, in addToNotificationBar() 673 notificationManager.notify(NOTIFICATION_ID, builder.build()); in addToNotificationBar() 821 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in playPendingAlert()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastAlertDialogTest.java | 174 eq(CellBroadcastAlertService.NOTIFICATION_ID)); in testDismiss() 217 eq(CellBroadcastAlertService.NOTIFICATION_ID)); in testOnNewIntent()
|
/packages/apps/Dialer/java/com/android/dialer/notification/missedcalls/ |
D | MissedCallConstants.java | 26 public static final int NOTIFICATION_ID = 1; field in MissedCallConstants
|
D | MissedCallNotificationCanceller.java | 46 MissedCallConstants.NOTIFICATION_ID); in cancelSingle()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapServer.java | 88 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in SapServer 308 notificationManager.notify(NOTIFICATION_ID, notification); in setNotification() 314 notificationManager.cancel(SapServer.NOTIFICATION_ID); in clearNotification()
|
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/ |
D | Player.java | 58 private static final int NOTIFICATION_ID = 42; field in Player 367 mNotificationManager.notify(NOTIFICATION_ID, notification); in postMediaNotification()
|