Searched refs:fixNotification (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 676 fixNotification(notification), mContext.getUser().getIdentifier()); in notifyAsPackage() 694 fixNotification(notification), user.getIdentifier()); in notifyAsUser() 700 private Notification fixNotification(Notification notification) { in fixNotification() method in NotificationManager
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 9441 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11353 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11438 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11566 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11583 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11609 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11629 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11644 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11660 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 11676 mService.fixNotification(n, PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 6757 fixNotification(notification, pkg, tag, id, userId, notificationUid, 6939 protected void fixNotification(Notification notification, String pkg, String tag, int id,
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5184 HSPLcom/android/server/notification/NotificationManagerService;->fixNotification(Landroid/app/Notif…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2399 HSPLandroid/app/NotificationManager;->fixNotification(Landroid/app/Notification;)Landroid/app/Notif…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2399 HSPLandroid/app/NotificationManager;->fixNotification(Landroid/app/Notification;)Landroid/app/Notif…
|