/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 | 113 public void cancelNotificationAsUser(UserHandle user, int notificationId) { in cancelNotificationAsUser() 241 int notificationId = packagesById.keyAt(pkgIdx); in showResourceOveruseNotificationsAsUser() local 288 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 | 101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
|
/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/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/services/Car/car-lib/src/com/android/car/internal/ |
D | NotificationHelperBase.java | 84 public void cancelNotificationAsUser(UserHandle user, int notificationId) {}; in cancelNotificationAsUser()
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/notification/ |
D | FastPairNotificationManager.java | 34 int notificationId) { in FastPairNotificationManager()
|
/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/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/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 | 209 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | MediaSession2Service.java | 311 public MediaNotification(int notificationId, @NonNull Notification notification) { in MediaNotification()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 114 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 441 final int notificationId = 0; in onCreate() local
|