Searched refs:canNotifyAsPackage (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 224 boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId); in canNotifyAsPackage() method
|
H A D | NotificationManager.java | 847 public boolean canNotifyAsPackage(@NonNull String pkg) { in canNotifyAsPackage() method in NotificationManager 850 return service.canNotifyAsPackage(mContext.getPackageName(), pkg, mContext.getUserId()); in canNotifyAsPackage()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 5992 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId()); in testCanNotifyAsUser_crossUser() 5996 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId() + 1); in testCanNotifyAsUser_crossUser() 6004 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId() + 1); in testCanNotifyAsUser_crossUser()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 3548 public boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId) { 3663 if (canNotifyAsPackage(callingPkg, targetPkg, userId) 3896 if (canNotifyAsPackage(callingPkg, targetPkg, userId)
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 6227 method public boolean canNotifyAsPackage(@NonNull String);
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26430 HPLcom/android/server/notification/NotificationManagerService$11;->canNotifyAsPackage(Ljava/lang/St…
|