/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
D | NotificationUtils.java | 80 final int notificationId = sNextNotificationId.getAndIncrement(); in sendDirectReplyNotification() local 102 final int notificationId = intent.getIntExtra(KEY_NOTIFICATION_ID, 0); in onReceiveDirectReply() local 113 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() 477 final int notificationId, in createChannelLogoCallback()
|
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
D | SmsMessageReceiver.java | 54 int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId(); in addNotification() local 74 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/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 88 int notificationId, boolean doPopup, int priority) { in makeBasicNotification() 97 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification()
|
D | DismissAlarmsService.java | 70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent() local
|
D | AlertService.java | 119 public NotificationWrapper(Notification n, int notificationId, long eventId, in NotificationWrapper()
|
/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/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 | 101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
|
/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/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.kt | 712 val notificationId = mNotificationModel.unexpiredTimerNotificationId in updateNotification() constant 737 val notificationId = mNotificationModel.missedTimerNotificationId in updateMissedNotification() constant 762 val notificationId = mNotificationModel.expiredTimerNotificationId in updateHeadsUpNotification() constant
|
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/ |
D | BaseNotificationDelegate.java | 289 int notificationId) { in buildNotificationActions() 326 private PendingIntent createServiceIntent(ConversationKey conversationKey, int notificationId, in createServiceIntent()
|
/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/apps/Dialer/java/com/android/dialer/spam/promo/ |
D | SpamBlockingPromoHelper.java | 159 int notificationId, in showSpamBlockingPromoNotification()
|
/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/Bluetooth/src/com/android/bluetooth/pbap/ |
D | PbapStateMachine.java | 104 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in PbapStateMachine() 121 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in make()
|
/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/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/ |
D | MyBroadcastReceiver.java | 203 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 107 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 386 final int notificationId = 0; in onCreate() local
|