Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl241 boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId); in canNotifyAsPackage() method
DNotificationManager.java929 public boolean canNotifyAsPackage(@NonNull String pkg) { in canNotifyAsPackage() method in NotificationManager
932 return service.canNotifyAsPackage(mContext.getPackageName(), pkg, mContext.getUserId()); in canNotifyAsPackage()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4063 public boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId) {
4232 if (canNotifyAsPackage(callingPkg, targetPkg, userId)
4514 if (canNotifyAsPackage(callingPkg, targetPkg, userId)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java9079 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId()); in testCanNotifyAsUser_crossUser()
9083 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId() + 1); in testCanNotifyAsUser_crossUser()
9091 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId() + 1); in testCanNotifyAsUser_crossUser()
/frameworks/base/services/
Dart-profile2022 HPLcom/android/server/notification/NotificationManagerService$12;->canNotifyAsPackage(Ljava/lang/St…
Dart-wear-profile15873 HPLcom/android/server/notification/NotificationManagerService$12;->canNotifyAsPackage(Ljava/lang/St…
/frameworks/base/core/api/
Dcurrent.txt7005 method public boolean canNotifyAsPackage(@NonNull String);