Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobNotificationCoordinatorTest.java96 final int notificationId = 23; in testParameterValidation() local
144 final int notificationId = 23; in testSingleJob_DetachOnStop() local
166 final int notificationId = 23; in testSingleJob_RemoveOnStop() local
247 final int notificationId = 23; in testSingleJob_EnqueueSameNotificationId() local
322 final int notificationId = 23; in testMultipleJobs_sameApp_EnqueueSameNotificationId() local
365 final int notificationId = 23; in testMultipleJobs_sameApp_DifferentUsers() local
412 final int notificationId = 23; in testMultipleJobs_differentApps() local
455 final int notificationId = 23; in testUserStop_SingleJob_DetachOnStop() local
479 final int notificationId = 23; in testUserStop_MultipleJobs_sameApp_EnqueueSameNotificationId_DetachOnStop() local
521 final int notificationId = 23; in testUserInitiatedJob_hasNotificationFlag() local
[all …]
/aosp_15_r20/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()
/aosp_15_r20/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DNotificationCenter.java180 int notificationId; in sendDfuNotificationImpl() local
221 int notificationId = dfuNotifications.get(device); in dismissUpdateNotificationImpl() local
231 int notificationId = lowBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local
238 int notificationId = criticalBatteryNotifications.remove(device); in refreshLowBatteryNotificationImpl() local
271 int notificationId = lowBatteryNotifications.getOrDefault(device, notificationIdCounter); in postLowBatteryNotification() local
299 … int notificationId = criticalBatteryNotifications.getOrDefault(device, notificationIdCounter); in postCriticalBatteryNotification() local
327 int notificationId = notificationIdCounter++; in postDepletedBatteryNotification() local
/aosp_15_r20/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobNotificationCoordinator.java88 public final int notificationId; field in JobNotificationCoordinator.NotificationDetails
96 int notificationId, String notificationChannel, in NotificationDetails()
114 int callingPid, int callingUid, int notificationId, @NonNull Notification notification, in enqueueNotification()
196 final int notificationId = details.notificationId; in removeNotificationAssociation() local
230 boolean isNotificationAssociatedWithAnyUserInitiatedJobs(int notificationId, in isNotificationAssociatedWithAnyUserInitiatedJobs()
253 int notificationId) { in isNotificationUsedForAnyUij()
275 int notificationId) { in maybeDeleteNotificationIdAssociation()
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DAppLocalePickerActivityTest.java333 int notificationId = (int) SystemClock.uptimeMillis(); in onLocaleSelected_evaluateNotification_oddLocaleUpdate_uidAddedWithoutNotification() local
362 int notificationId = (int) SystemClock.uptimeMillis(); in onLocaleSelected_evaluateNotification_frequentLocaleUpdate_uidAddedNoNotification() local
392 int notificationId = (int) SystemClock.uptimeMillis(); in onLocaleSelected_evaluateNotification_2ndOddLocaleUpdate_uidAddedNoNotification() local
421 int notificationId = (int) SystemClock.uptimeMillis(); in testEvaluateLocaleNotification_evenLocaleUpdate_trigger2ndNotification() local
451 int notificationId = (int) SystemClock.uptimeMillis(); in testEvaluateLocaleNotification_localeUpdateReachThreshold_noUidNorNotification() local
483 int notificationId = (int) SystemClock.uptimeMillis(); in testEvaluateLocaleNotification_appChangedLocales_newLocaleCreated() local
518 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
/aosp_15_r20/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()
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DNotificationManagerTest.java473 int notificationId, Handler callback) throws Exception { in sendTrampolineMessage()
1037 int notificationId, Handler callback) throws Exception { in sendMessage()
1139 int notificationId = 6500; in testRankingUpdateSentWithPressure() local
1343 final int notificationId = 1; in testKeyChannelGroupOverrideImportanceExplanation_ranking() local
2628 private Uri getNotificationBackgroundImageUri(int notificationId) { in getNotificationBackgroundImageUri()
2777 final int notificationId = 1006; in testNotificationListener_cancelNotifications() local
2810 final int notificationId = 1006; in testNotificationAssistant_cancelNotifications() local
3006 int notificationId = 6007; in testActivityStartFromRetrievedNotification_isBlocked() local
3031 int notificationId = 6001; in testActivityStartOnBroadcastTrampoline_isBlocked() local
3057 int notificationId = 6002; in testActivityStartOnServiceTrampoline_isBlocked() local
[all …]
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/
H A DNotificationTest.java88 final int notificationId = 123; in testNotificationJobEndDetach() local
125 final int notificationId = 123; in testNotificationJobEndRemove() local
465 final int notificationId = 123; in testUserInitiatedJobNotificationBehavior() local
520 final int notificationId = 123; in testNonUserInitiatedJobNotificationBehavior() local
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.kt711 val notificationId = mNotificationModel.unexpiredTimerNotificationId in updateNotification() constant
746 val notificationId = mNotificationModel.missedTimerNotificationId in updateMissedNotification() constant
772 val notificationId = mNotificationModel.expiredTimerNotificationId in updateHeadsUpNotification() constant
/aosp_15_r20/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/
DAlertNotificationReceiver.java37 int notificationId = intent.getIntExtra(AlertNotificationHelper.EXTRA_KEY_NOTIFICATION_ID, in onReceive() local
58 private void scheduleSnooze(Context context, String title, String text, int notificationId) { in scheduleSnooze()
71 String text, int notificationId) { in createSnoozePendingIntent()
DAlertNotificationHelper.java47 int notificationId) { in createRadioAlertNotification()
71 int notificationId, String title, String text) { in createPendingIntent()
/aosp_15_r20/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()
/aosp_15_r20/cts/tests/app/src/android/app/cts/
H A DCloseSystemDialogsTest.java255 int notificationId = 42; in testCloseSystemDialogs_inTrampolineWhenTargetSdkCurrent_isBlockedAndThrows() local
278 int notificationId = 43; in testCloseSystemDialogs_inTrampolineWhenTargetSdk30_isSent() local
303 int notificationId = 44; in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdkCurrent_isBlocked() local
326 int notificationId = 45; in testCloseSystemDialogs_inTrampolineViaPendingIntentWhenTargetSdk30_isSent() local
H A DActivityManagerNotifyMediaFGSTypeTest.java155 final int notificationId = setupMediaForegroundService(); in testNotifyInactiveMediaForegroundService() local
176 final int notificationId = setupMediaForegroundService(); in testNotifyMediaServiceInternal() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DPlayerNotificationManager.java288 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled()
301 int notificationId, Notification notification, boolean ongoing) {} in onNotificationPosted()
308 protected final int notificationId; field in PlayerNotificationManager.Builder
334 int notificationId, in Builder()
668 private final int notificationId; field in PlayerNotificationManager
711 int notificationId, in PlayerNotificationManager()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
H A DPlayerNotificationManager.java290 default void onNotificationCancelled(int notificationId, boolean dismissedByUser) {} in onNotificationCancelled()
303 int notificationId, Notification notification, boolean ongoing) {} in onNotificationPosted()
310 protected final int notificationId; field in PlayerNotificationManager.Builder
336 int notificationId, in Builder()
672 private final int notificationId; field in PlayerNotificationManager
715 int notificationId, in PlayerNotificationManager()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerInternal.java42 boolean isNotificationShown(String pkg, String tag, int notificationId, int userId); in isNotificationShown()
44 void removeForegroundServiceFlagFromNotification(String pkg, int notificationId, int userId); in removeForegroundServiceFlagFromNotification()
46 void removeUserInitiatedJobFlagFromNotification(String pkg, int notificationId, int userId); in removeUserInitiatedJobFlagFromNotification()
/aosp_15_r20/packages/services/Car/service-builtin/src/com/android/car/admin/
DNotificationHelper.java108 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()
/aosp_15_r20/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()
/aosp_15_r20/cts/tests/tests/app.usage/TestApp1/aidl/android/app/usage/cts/
H A DITestReceiver.aidl23 void postNotification(int notificationId, in Notification notification); in postNotification()
24 void cancelNotification(int notificationId); in cancelNotification()
/aosp_15_r20/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
H A DTestService.java52 public void postNotification(int notificationId, Notification notification) { in postNotification()
57 public void cancelNotification(int notificationId) { in cancelNotification()
/aosp_15_r20/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
DSmsMessageReceiver.java52 int notificationId = BasicSmsReceiverApp.getBasicSmsReceiverApp().getNextNotificationId(); in addNotification() local
72 String message, int notificationId) { in createDisplayMessageIntent()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationInfo.java33 long lastNotificationTimeMs, int notificationId) { in NotificationInfo()
77 public void setNotificationId(int notificationId) { in setNotificationId()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamNotificationService.java59 private int notificationId; field in SpamNotificationService
67 int notificationId) { in createServiceIntent()
/aosp_15_r20/cts/tests/app/shared/src/android/app/stubs/shared/
H A DCloseSystemDialogsTestService.java114 public void postNotification(int notificationId, ResultReceiver receiver, in postNotification()
172 private void notify(int notificationId, PendingIntent intent) { in notify()

12345678910>>...18