Home
last modified time | relevance | path

Searched defs:notificationId (Results 1 – 25 of 26) sorted by relevance

12

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/
DNotificationHelperTest.java244 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/
DNotificationUtils.java80 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/
DNotificationService.java201 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/
DSmsMessageReceiver.java52 int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId(); in addNotification() local
72 String message, int notificationId) { in createDisplayMessageIntent()
DBasicSmsReceiverApp.java47 int notificationId = prefs.getInt(PREF_KEY_NOTIFICATION_ID, 0); in getNextNotificationId() local
DDialogSmsDisplay.java62 int notificationId = extras.getInt(SMS_NOTIFICATION_ID_EXTRA); in parseIntent() local
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamNotificationService.java59 private int notificationId; field in SpamNotificationService
67 int notificationId) { in createServiceIntent()
DSpamNotificationActivity.java103 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/
DNotificationHelper.java113 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/
DExternalCallNotifier.java132 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()
DNotificationBroadcastReceiver.java101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.kt712 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/
DDismissAlarmsService.kt53 val notificationId = intent?.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1) in onHandleIntent() constant
/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
DIMyService.aidl28 void sendNotification(int notificationId, String notificationType); in sendNotification()
/packages/services/Car/car-lib/src/com/android/car/internal/
DNotificationHelperBase.java84 public void cancelNotificationAsUser(UserHandle user, int notificationId) {}; in cancelNotificationAsUser()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/fastpair/notification/
DFastPairNotificationManager.java34 int notificationId) { in FastPairNotificationManager()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyServiceClient.java96 public void sendNotification(int notificationId, String notificationType) in sendNotification()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DPbapStateMachine.java105 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/
DSpamBlockingPromoHelper.java159 int notificationId, in showSpamBlockingPromoNotification()
/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DDialogSmsDisplayTests.java276 public void sendOnNewIntent(String message, String dest, int notificationId) { in sendOnNewIntent()
/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundActivity.java144 final int notificationId = R.layout.activity_main; in doShowNotification() local
/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java209 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification()
/packages/modules/Media/apex/framework/java/android/media/
DMediaSession2Service.java311 public MediaNotification(int notificationId, @NonNull Notification notification) { in MediaNotification()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java114 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java441 final int notificationId = 0; in onCreate() local

12