Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardMessageArea.java74 public void onKeyguardBouncerChanged(boolean bouncer) {
75 mBouncerVisible = bouncer;
DKeyguardUpdateMonitorCallback.java99 public void onKeyguardBouncerChanged(boolean bouncer) { } in onKeyguardBouncerChanged() argument
DKeyguardUpdateMonitor.java2113 private void handleKeyguardBouncerChanged(int bouncer) { in handleKeyguardBouncerChanged() argument
2114 if (DEBUG) Log.d(TAG, "handleKeyguardBouncerChanged(" + bouncer + ")"); in handleKeyguardBouncerChanged()
2115 boolean isBouncer = (bouncer == 1); in handleKeyguardBouncerChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java317 public void onKeyguardBouncerChanged(boolean bouncer) {
318 traceKeyguardBouncerChanged(bouncer);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java737 public void onKeyguardBouncerChanged(boolean bouncer) { in onKeyguardBouncerChanged() argument
741 mLockIcon.setBouncerVisible(bouncer); in onKeyguardBouncerChanged()
/frameworks/base/cmds/statsd/src/
Datoms.proto1266 * Logs keyguard bouncer state. The bouncer is a part of the keyguard, and
1286 * Logs the result of entering a password into the keyguard bouncer.