Searched refs:canNotifyAsPackage (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 201 boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId); in canNotifyAsPackage() method
|
D | NotificationManager.java | 629 public boolean canNotifyAsPackage(@NonNull String pkg) { in canNotifyAsPackage() method in NotificationManager 632 return service.canNotifyAsPackage(mContext.getPackageName(), pkg, mContext.getUserId()); in canNotifyAsPackage()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 4246 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId()); in testCanNotifyAsUser_crossUser() 4250 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId() + 1); in testCanNotifyAsUser_crossUser() 4259 mBinderService.canNotifyAsPackage("src", "target", mContext.getUserId() + 1); in testCanNotifyAsUser_crossUser()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 2676 public boolean canNotifyAsPackage(String callingPkg, String targetPkg, int userId) { 2766 if (canNotifyAsPackage(callingPkg, targetPkg, userId) 2915 if (canNotifyAsPackage(callingPkg, targetPkg, userId)
|
/frameworks/base/services/ |
D | art-profile | 9359 HSPLcom/android/server/notification/NotificationManagerService$10;->canNotifyAsPackage(Ljava/lang/S…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5811 method public boolean canNotifyAsPackage(@NonNull String);
|
/frameworks/base/api/ |
D | current.txt | 5811 method public boolean canNotifyAsPackage(@NonNull String);
|