Searched refs:mNotificationPolicyGrantedPackages (Results 1 – 2 of 2) sorted by relevance
34 private Set<String> mNotificationPolicyGrantedPackages = new ArraySet<>(); field in ShadowNotificationManager42 mNotificationPolicyGrantedPackages.add(pkg); in setNotificationPolicyAccessGranted()44 mNotificationPolicyGrantedPackages.remove(pkg); in setNotificationPolicyAccessGranted()50 return mNotificationPolicyGrantedPackages.contains(pkg); in isNotificationPolicyAccessGrantedForPackage()
34 private Set<String> mNotificationPolicyGrantedPackages = new ArraySet<>(); field in ShadowNotificationManager48 return mNotificationPolicyGrantedPackages.contains(pkg); in isNotificationPolicyAccessGrantedForPackage()61 mNotificationPolicyGrantedPackages.add(pkg); in setNotificationPolicyAccessGrantedForPackage()