Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DViewMediatorCallback.java76 void playTrustedSound(); in playTrustedSound() method
DKeyguardHostView.java92 mViewMediatorCallback.playTrustedSound();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java664 public void playTrustedSound() {
665 KeyguardViewMediator.this.playTrustedSound();
1826 private void playTrustedSound() { in playTrustedSound() method in KeyguardViewMediator