Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DPolicyWarningUIController.java214 private final List<ComponentName> mSentA11yServiceNotification = new ArrayList<>(); field in PolicyWarningUIController.NotificationController
254 mSentA11yServiceNotification.remove(componentName); in onReceive()
257 mSentA11yServiceNotification.remove(componentName); in onReceive()
364 mSentA11yServiceNotification.add(serviceComponentName); in sendNotification()
416 mSentA11yServiceNotification.forEach(componentName -> mNotificationManager.cancel( in cancelSentNotifications()
418 mSentA11yServiceNotification.clear(); in cancelSentNotifications()