Home
last modified time | relevance | path

Searched refs:canNotifyAsPackage (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl224 boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId); in canNotifyAsPackage() method
H A DNotificationManager.java847 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 DNotificationManagerServiceTest.java5992 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 DNotificationManagerService.java3548 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 Dcurrent.txt6227 method public boolean canNotifyAsPackage(@NonNull String);
/aosp12/frameworks/base/services/
H A Dart-profile26430 HPLcom/android/server/notification/NotificationManagerService$11;->canNotifyAsPackage(Ljava/lang/St…