Home
last modified time | relevance | path

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

12

/aosp12/packages/apps/TV/src/com/android/tv/recommendation/
H A 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()
477 final int notificationId, in createChannelLogoCallback()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DUserNotificationHelper.java100 @NotificationManager.Importance int importance, int notificationId) { in constructNotification()
148 UserHandle userHandle, String packageName, int notificationId) { in getCarServicePendingIntent()
163 public final int notificationId; field in UserNotificationHelper.PackageNotificationInfo
165 int notificationId) { in PackageNotificationInfo()
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
H A DNotificationUtils.java80 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()
/aosp12/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
H A DSmsMessageReceiver.java54 int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId(); in addNotification() local
74 String message, int notificationId) { in createDisplayMessageIntent()
H A DDialogSmsDisplay.java62 int notificationId = extras.getInt(SMS_NOTIFICATION_ID_EXTRA); in parseIntent() local
H A DBasicSmsReceiverApp.java47 int notificationId = prefs.getInt(PREF_KEY_NOTIFICATION_ID, 0); in getNextNotificationId() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java87 int notificationId, boolean doPopup, int priority) { in makeBasicNotification()
96 long eventId, int notificationId, boolean doPopup, int priority, in buildBasicNotification()
H A DDismissAlarmsService.java70 int notificationId = intent.getIntExtra(AlertUtils.NOTIFICATION_ID_KEY, -1); in onHandleIntent() local
/aosp12/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamNotificationService.java59 private int notificationId; field in SpamNotificationService
67 int notificationId) { in createServiceIntent()
H A DSpamNotificationActivity.java103 int notificationId) { in createActivityIntent()
335 int notificationId = getIntent().getIntExtra(EXTRA_NOTIFICATION_ID, 1); in cancelNotification() local
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java34 boolean isNotificationShown(String pkg, String tag, int notificationId, int userId); in isNotificationShown()
36 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A 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()
H A DNotificationBroadcastReceiver.java101 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/aidl/com/android/cts/net/hostside/
H A DIMyService.aidl28 void sendNotification(int notificationId, String notificationType); in sendNotification()
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DTimerModel.kt712 val notificationId = mNotificationModel.unexpiredTimerNotificationId regex
737 val notificationId = mNotificationModel.missedTimerNotificationId regex
762 val notificationId = mNotificationModel.expiredTimerNotificationId regex
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DUserNotificationHelperUnitTest.java130 int notificationId, int importance, boolean isBundledApp) { in constructNotification()
/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java50 private int notificationId = -1; field in NetInitiatedActivity
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DMyServiceClient.java96 public void sendNotification(int notificationId, String notificationType) in sendNotification()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DPbapStateMachine.java104 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in PbapStateMachine()
121 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in make()
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/promo/
H A DSpamBlockingPromoHelper.java159 int notificationId, in showSpamBlockingPromoNotification()
/aosp12/packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
H A DDialogSmsDisplayTests.java276 public void sendOnNewIntent(String message, String dest, int notificationId) { in sendOnNewIntent()
/aosp12/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/
H A DStatsdCtsForegroundActivity.java144 final int notificationId = R.layout.activity_main; in doShowNotification() local
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
H A DMyBroadcastReceiver.java203 static void sendNotification(Context context, String channelId, int notificationId, in sendNotification()
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DMediaSession2Service.java311 public MediaNotification(int notificationId, @NonNull Notification notification) { in MediaNotification()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
H A DNotificationFragment.java112 private PendingIntent createServiceIntent(int notificationId, String action) { in createServiceIntent()

12