Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardLiftController.kt60 override fun onKeyguardBouncerChanged(bouncer: Boolean) { in onKeyguardBouncerChanged()
61 bouncerVisible = bouncer in onKeyguardBouncerChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardMessageArea.java75 public void onKeyguardBouncerChanged(boolean bouncer) {
76 mBouncerVisible = bouncer;
DKeyguardUpdateMonitorCallback.java99 public void onKeyguardBouncerChanged(boolean bouncer) { } in onKeyguardBouncerChanged() argument
DKeyguardUpdateMonitor.java2253 private void handleKeyguardBouncerChanged(int bouncer) { in handleKeyguardBouncerChanged() argument
2254 if (DEBUG) Log.d(TAG, "handleKeyguardBouncerChanged(" + bouncer + ")"); in handleKeyguardBouncerChanged()
2255 boolean isBouncer = (bouncer == 1); in handleKeyguardBouncerChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java323 public void onKeyguardBouncerChanged(boolean bouncer) {
324 traceKeyguardBouncerChanged(bouncer);
/frameworks/base/cmds/statsd/src/
Datoms.proto1320 * Logs keyguard bouncer state. The bouncer is a part of the keyguard, and
1340 * Logs the result of entering a password into the keyguard bouncer.