Searched refs:isNotificationPolicyAccessGrantedForPackage (Results 1 – 5 of 5) sorted by relevance
199 boolean isNotificationPolicyAccessGrantedForPackage(String pkg); in isNotificationPolicyAccessGrantedForPackage() method
1413 public boolean isNotificationPolicyAccessGrantedForPackage(String pkg) { in isNotificationPolicyAccessGrantedForPackage() method in NotificationManager1416 return service.isNotificationPolicyAccessGrantedForPackage(pkg); in isNotificationPolicyAccessGrantedForPackage()
2716 && !mNm.isNotificationPolicyAccessGrantedForPackage(callingPackage)) { in setStreamVolume()3391 && !mNm.isNotificationPolicyAccessGrantedForPackage(caller)) { in setRingerModeExternal()4483 && !mNm.isNotificationPolicyAccessGrantedForPackage(caller) in checkForRingerModeChange()
4599 public boolean isNotificationPolicyAccessGrantedForPackage(String pkg) {;
21350 …id/server/notification/NotificationManagerService$10;->isNotificationPolicyAccessGrantedForPackage…