Searched refs:fixNotification (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 739 fixNotification(notification), mContext.getUser().getIdentifier()); in notifyAsPackage() 757 fixNotification(notification), user.getIdentifier()); in notifyAsUser() 763 private Notification fixNotification(Notification notification) { in fixNotification() method in NotificationManager
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 10648 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 10688 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 13060 mService.fixNotification(n, mPkg, "tag", 9, mUserId, mUid, NOT_FOREGROUND_SERVICE, true); 13114 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 13381 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 13398 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 13424 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 13450 mService.fixNotification(n, ADSERVICES_APK_PKG, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, 13470 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); 13485 mService.fixNotification(n, mPkg, "tag", 9, 0, mUid, NOT_FOREGROUND_SERVICE, true); [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 7406 fixNotification(notification, pkg, tag, id, userId, notificationUid, 7611 protected void fixNotification(Notification notification, String pkg, String tag, int id,
|
/frameworks/base/services/ |
D | art-profile | 2053 HSPLcom/android/server/notification/NotificationManagerService;->fixNotification(Landroid/app/Notif…
|
D | art-wear-profile | 16136 HPLcom/android/server/notification/NotificationManagerService;->fixNotification(Landroid/app/Notifi…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2373 HSPLandroid/app/NotificationManager;->fixNotification(Landroid/app/Notification;)Landroid/app/Notif…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2373 HSPLandroid/app/NotificationManager;->fixNotification(Landroid/app/Notification;)Landroid/app/Notif…
|