Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBouncerTest.java46 final KeyguardBouncer bouncer = new KeyguardBouncer(getContext(), in inflateDetached() local
51 bouncer.inflateView(); in inflateDetached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java294 public void onKeyguardBouncerChanged(boolean bouncer) {
295 traceKeyguardBouncerChanged(bouncer);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java89 public void onKeyguardBouncerChanged(boolean bouncer) { } in onKeyguardBouncerChanged() argument
DKeyguardUpdateMonitor.java1569 private void handleKeyguardBouncerChanged(int bouncer) { in handleKeyguardBouncerChanged() argument
1570 if (DEBUG) Log.d(TAG, "handleKeyguardBouncerChanged(" + bouncer + ")"); in handleKeyguardBouncerChanged()
1571 boolean isBouncer = (bouncer == 1); in handleKeyguardBouncerChanged()