/packages/services/Car/tests/carservice_unit_test/src/com/android/car/admin/ |
D | NotificationHelperTest.java | 251 int notificationId, int importance) { in constructNotification() 323 int notificationId = actualNotificationIds.get(i); in captureAndVerifyUserNotifications() local 330 int notificationId) throws Exception { in isNotificationEqualTo() 343 notificationId); in isNotificationEqualTo() local 349 Notification.Action expected, int notificationId) throws Exception { in isNotificationActionEqualTo() 358 notificationId); in isNotificationActionEqualTo() local 361 private void isIntentEqualTo(Intent actual, Intent expected, int notificationId) in isIntentEqualTo() 369 isBundleEqualTo(actual.getExtras(), expected.getExtras(), notificationId, in isIntentEqualTo() local 373 private void isBundleEqualTo(Bundle actual, Bundle expected, int notificationId, in isBundleEqualTo()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/radio/ |
D | AlertNotificationReceiver.java | 37 int notificationId = intent.getIntExtra(AlertNotificationHelper.EXTRA_KEY_NOTIFICATION_ID, in onReceive() local 62 int notificationId) { in scheduleSnooze() 75 String text, long alertTimeMs, int notificationId) { in createSnoozePendingIntent()
|
D | AlertNotificationHelper.java | 50 long alertTimeMs, int notificationId) { in createRadioAlertNotification() 77 int notificationId, String title, String text, long alertTimeMs) { in createPendingIntent()
|
D | AlertSnoozeReceiver.java | 36 int notificationId = intent.getIntExtra(AlertNotificationHelper.EXTRA_KEY_NOTIFICATION_ID, in onReceive() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/ |
D | AppLocalePickerActivityTest.java | 333 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()
|
D | NotificationCancelReceiverTest.java | 63 int notificationId = 100; in testOnReceive_incrementDismissCount() local
|
D | NotificationActionActivityTest.java | 63 int notificationId = 123; in testOnCreate_launchSystemLanguageSettings() local
|
D | NotificationControllerTest.java | 122 int notificationId = 0; in testShouldTriggerNotification_return1stTrue() local 185 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
|
/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/Settings/src/com/android/settings/localepicker/ |
D | NotificationInfo.java | 33 long lastNotificationTimeMs, int notificationId) { in NotificationInfo() 77 public void setNotificationId(int notificationId) { in setNotificationId()
|
D | NotificationCancelReceiver.java | 41 int notificationId = intent.getExtras().getInt(EXTRA_NOTIFICATION_ID, -1); in onReceive() local
|
D | NotificationActionActivity.java | 53 int notificationId = intent.getIntExtra(EXTRA_NOTIFICATION_ID, INVALID_NOTIFICATION_ID); in onCreate() local
|
D | LocaleUtils.java | 189 int notificationId, in triggerNotification() 223 int notificationId, in createPendingIntent()
|
D | AppLocalePickerActivity.java | 197 int notificationId, in triggerNotification() 229 private PendingIntent createPendingIntent(String locale, int notificationId, in createPendingIntent()
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamNotificationService.java | 59 private int notificationId; field in SpamNotificationService 67 int notificationId) { in createServiceIntent()
|
/packages/services/Car/service-builtin/src/com/android/car/admin/ |
D | NotificationHelper.java | 108 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()
|
/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()
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.kt | 711 val notificationId = mNotificationModel.unexpiredTimerNotificationId in updateNotification() constant 746 val notificationId = mNotificationModel.missedTimerNotificationId in updateMissedNotification() constant 772 val notificationId = mNotificationModel.expiredTimerNotificationId in updateHeadsUpNotification() constant
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastInternalReceiver.java | 63 final int notificationId = intent.getIntExtra( in onReceive() local
|
/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/services/Car/car-lib/src/com/android/car/internal/ |
D | NotificationHelperBase.java | 100 public void cancelNotificationAsUser(UserHandle user, int notificationId) {}; in cancelNotificationAsUser()
|