Searched refs:canNotifyAsPackage (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 241 boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId); in canNotifyAsPackage() method
|
D | NotificationManager.java | 929 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/ |
D | NotificationManagerService.java | 4063 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/ |
D | NotificationManagerServiceTest.java | 9079 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/ |
D | art-profile | 2022 HPLcom/android/server/notification/NotificationManagerService$12;->canNotifyAsPackage(Ljava/lang/St…
|
D | art-wear-profile | 15873 HPLcom/android/server/notification/NotificationManagerService$12;->canNotifyAsPackage(Ljava/lang/St…
|
/frameworks/base/core/api/ |
D | current.txt | 7005 method public boolean canNotifyAsPackage(@NonNull String);
|