Searched refs:mNotificationListenerAccessGrantedComponents (Results 1 – 1 of 1) sorted by relevance
35 private Set<ComponentName> mNotificationListenerAccessGrantedComponents = new ArraySet<>(); field in ShadowNotificationManager55 return mNotificationListenerAccessGrantedComponents.contains(listener); in isNotificationListenerAccessGranted()61 mNotificationListenerAccessGrantedComponents.add(listener); in setNotificationListenerAccessGranted()63 mNotificationListenerAccessGrantedComponents.remove(listener); in setNotificationListenerAccessGranted()