| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ | 
| D | NotificationHelperTest.java | 244             int notificationId, int importance) {  in constructNotification() 316             int notificationId = actualNotificationIds.get(i);  in captureAndVerifyUserNotifications()  local 323             int notificationId) throws Exception {  in isNotificationEqualTo() 336                 notificationId);  in isNotificationEqualTo()  local 342             Notification.Action expected, int notificationId) throws Exception {  in isNotificationActionEqualTo() 351                 notificationId);  in isNotificationActionEqualTo()  local 354     private void isIntentEqualTo(Intent actual, Intent expected, int notificationId)  in isIntentEqualTo() 362         isBundleEqualTo(actual.getExtras(), expected.getExtras(), notificationId,  in isIntentEqualTo()  local 366     private void isBundleEqualTo(Bundle actual, Bundle expected, int notificationId,  in isBundleEqualTo()
  | 
| /packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ | 
| D | NotificationUtils.java | 80         final int notificationId = sNextNotificationId.getAndIncrement();  in sendDirectReplyNotification()  local 105         final int notificationId = intent.getIntExtra(KEY_NOTIFICATION_ID, 0);  in onReceiveDirectReply()  local 116     private static PendingIntent getReplyPendingIntent(Context context, int notificationId) {  in getReplyPendingIntent()
  | 
| /packages/apps/TV/src/com/android/tv/recommendation/ | 
| D | NotificationService.java | 201     private void handleUpdateRecommendation(int notificationId, Channel channel) {  in handleUpdateRecommendation() 297                 int notificationId = notificationChannels.keyAt(i);  in showRecommendation()  local 316     private void changeRecommendation(int notificationId) {  in changeRecommendation() 352     private boolean sendNotification(final long channelId, final int notificationId) {  in sendNotification() 425             int notificationId,  in sendNotification() 478             final int notificationId,  in createChannelLogoCallback()
  | 
| /packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ | 
| D | SmsMessageReceiver.java | 52         int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId();  in addNotification()  local 72             String message, int notificationId) {  in createDisplayMessageIntent()
  | 
| D | BasicSmsReceiverApp.java | 47         int notificationId = prefs.getInt(PREF_KEY_NOTIFICATION_ID, 0);  in getNextNotificationId()  local
  | 
| D | DialogSmsDisplay.java | 62         int notificationId = extras.getInt(SMS_NOTIFICATION_ID_EXTRA);  in parseIntent()  local
  | 
| /packages/apps/Dialer/java/com/android/incallui/spam/ | 
| D | SpamNotificationService.java | 59   private int notificationId;  field in SpamNotificationService 67       int notificationId) {  in createServiceIntent()
  | 
| D | SpamNotificationActivity.java | 103       int notificationId) {  in createActivityIntent() 335     int notificationId = getIntent().getIntExtra(EXTRA_NOTIFICATION_ID, 1);  in cancelNotification()  local
  | 
| /packages/services/Car/service-builtin/src/com/android/car/admin/ | 
| D | NotificationHelper.java | 108     public void cancelNotificationAsUser(UserHandle user, int notificationId) {  in cancelNotificationAsUser() 236                 int notificationId = packagesById.keyAt(pkgIdx);  in showResourceOveruseNotificationsAsUser()  local 283             String packageName, int notificationId) {  in getPendingIntent()
  | 
| /packages/apps/Dialer/java/com/android/incallui/ | 
| D | ExternalCallNotifier.java | 132   public void pullExternalCall(int notificationId) {  in pullExternalCall() 402     private final int notificationId;  field in ExternalCallNotifier.NotificationInfo 407     public NotificationInfo(@NonNull Call call, int notificationId) {  in NotificationInfo()
  | 
| D | NotificationBroadcastReceiver.java | 105       int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1);  in onReceive()  local
  | 
| /packages/apps/DeskClock/src/com/android/deskclock/data/ | 
| D | TimerModel.kt | 711         val notificationId = mNotificationModel.unexpiredTimerNotificationId  in updateNotification()  constant 746         val notificationId = mNotificationModel.missedTimerNotificationId  in updateMissedNotification()  constant 771         val notificationId = mNotificationModel.expiredTimerNotificationId  in updateHeadsUpNotification()  constant
  | 
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ | 
| D | CellBroadcastInternalReceiver.java | 63             final int notificationId = intent.getIntExtra(  in onReceive()  local
  | 
| D | CellBroadcastAlertService.java | 767         int notificationId = NOTIFICATION_ID;  in addToNotificationBar()  local 975     static Intent createMarkAsReadIntent(Context context, long deliveryTime, int notificationId) {  in createMarkAsReadIntent()
  | 
| /packages/apps/Calendar/src/com/android/calendar/alerts/ | 
| D | DismissAlarmsService.kt | 53         val notificationId = intent?.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1)  in onHandleIntent()  constant
  | 
| /packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/ | 
| D | IMyService.aidl | 28     void sendNotification(int notificationId, String notificationType);  in sendNotification()
  | 
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/notification/ | 
| D | FastPairNotificationManager.java | 106     public FastPairNotificationManager(Context context, int notificationId,  in FastPairNotificationManager() 119     public FastPairNotificationManager(Context context, int notificationId) {  in FastPairNotificationManager()
  | 
| /packages/services/Car/car-lib/src/com/android/car/internal/ | 
| D | NotificationHelperBase.java | 102     public void cancelNotificationAsUser(UserHandle user, int notificationId) {};  in cancelNotificationAsUser()
  | 
| /packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ | 
| D | MyServiceClient.java | 96     public void sendNotification(int notificationId, String notificationType)  in sendNotification()
  | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ | 
| D | PbapStateMachine.java | 105             IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) {  in PbapStateMachine() 122             IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) {  in make()
  | 
| /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/ | 
| D | DialogSmsDisplayTests.java | 276     public void sendOnNewIntent(String message, String dest, int notificationId) {  in sendOnNewIntent()
  | 
| /packages/apps/Dialer/java/com/android/dialer/spam/promo/ | 
| D | SpamBlockingPromoHelper.java | 159       int notificationId,  in showSpamBlockingPromoNotification()
  | 
| /packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ | 
| D | StatsdCtsForegroundActivity.java | 144         final int notificationId = R.layout.activity_main;  in doShowNotification()  local
  | 
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/ | 
| D | AutoGrantPermissionsNotifier.java | 258     private boolean isNotificationActive(int notificationId) {  in isNotificationActive()
  | 
| /packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ | 
| D | MyBroadcastReceiver.java | 209     static void sendNotification(Context context, String channelId, int notificationId,  in sendNotification()
  |