Searched defs:mPolicyAccess (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java322 final PolicyAccess mPolicyAccess = new PolicyAccess(); field in class:NotificationManagerService
2494 return mPolicyAccess.isPackageGranted(pkg);
2610 return mPolicyAccess.getRequestingPackages();
2623 mPolicyAccess.put(pkg, granted);
3078 pw.print(" mPolicyAccess: "); pw.println(mPolicyAccess);

Completed in 41 milliseconds