Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilitySecurityPolicy.java116 private boolean mSendNonA11yToolNotificationEnabled = false; field in AccessibilitySecurityPolicy
139 if (enable == mSendNonA11yToolNotificationEnabled) { in setSendingNonA11yToolNotificationLocked()
143 mSendNonA11yToolNotificationEnabled = enable; in setSendingNonA11yToolNotificationLocked()
738 if (mSendNonA11yToolNotificationEnabled) { in onBoundServicesChangedLocked()