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.java94 mViewMediatorCallback.playTrustedSound();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java631 public void playTrustedSound() {
632 KeyguardViewMediator.this.playTrustedSound();
1744 private void playTrustedSound() { in playTrustedSound() method in KeyguardViewMediator