Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java277 final PolicyAccess mPolicyAccess = new PolicyAccess(); field in NotificationManagerService
2013 return mPolicyAccess.isPackageGranted(pkg);
2131 return mPolicyAccess.getRequestingPackages();
2144 mPolicyAccess.put(pkg, granted);
2465 pw.print(" mPolicyAccess: "); pw.println(mPolicyAccess); in dumpImpl()