Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DObscureSpeechDelegate.java55 && !sAnnouncedHeadset && shouldObscureSpeech()) { in sendAccessibilityEvent()
67 && shouldObscureSpeech()) { in onPopulateAccessibilityEvent()
78 if (shouldObscureSpeech()) { in onInitializeAccessibilityNodeInfo()
87 private boolean shouldObscureSpeech() { in shouldObscureSpeech() method in ObscureSpeechDelegate