HomeSort by relevance Sort by last modified time
    Searched refs:keyguard (Results 76 - 100 of 114) sorted by null

1 2 34 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 37 import com.android.systemui.keyguard.KeyguardViewMediator;
Dependency.java 36 import com.android.systemui.keyguard.ScreenLifecycle;
37 import com.android.systemui.keyguard.WakefulnessLifecycle;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 17 package com.android.systemui.keyguard;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockscreenWallpaper.java 42 import com.android.keyguard.KeyguardUpdateMonitor;
LockIcon.java 28 import com.android.keyguard.KeyguardUpdateMonitor;
KeyguardBottomAreaView.java 64 import com.android.keyguard.KeyguardUpdateMonitor;
65 import com.android.keyguard.KeyguardUpdateMonitorCallback;
88 * Implementation for the bottom area of the Keyguard, including camera/phone affordance and status
    [all...]
NavigationBarFragment.java 70 import com.android.keyguard.LatencyTracker;
ScrimController.java 41 import com.android.keyguard.KeyguardUpdateMonitor;
168 // Showing/hiding the keyguard means that scrim colors have to be switched
356 // Always animate color changes if we're seeing the keyguard
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
PreviewInflater.java 31 import com.android.keyguard.KeyguardUpdateMonitor;
43 private static final String META_DATA_KEYGUARD_LAYOUT = "com.android.keyguard.layout";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 33 import com.android.systemui.keyguard.KeyguardViewMediator;
VolumeDialogControllerImpl.java 52 import com.android.systemui.keyguard.ScreenLifecycle;
53 import com.android.systemui.keyguard.WakefulnessLifecycle;
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
KeyguardIndicationControllerTest.java 39 import com.android.keyguard.KeyguardUpdateMonitorCallback;
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceWrapper.java 17 package com.android.server.policy.keyguard;
KeyguardServiceDelegate.java 1 package com.android.server.policy.keyguard;
29 * A local class that keeps a cache of keyguard state that can be restored in the event
30 * keyguard crashes. It currently also allows runtime-selectable
31 * local or remote instances of keyguard.
75 // Assume keyguard is showing and secure until we know for sure. This is here in
142 Log.v(TAG, "*** Keyguard: can't bind to " + keyguardComponent);
149 // stuck on keyguard-less devices.
153 if (DEBUG) Log.v(TAG, "*** Keyguard started");
160 if (DEBUG) Log.v(TAG, "*** Keyguard connected (yay!)");
164 // If the system is ready, it means keyguard crashed and restarted
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
CarrierText.java 17 package com.android.keyguard;
KeyguardSecurityViewFlipper.java 17 package com.android.keyguard;
KeyguardSimPinView.java 17 package com.android.keyguard;
65 // If the SIM is removed, then we must remove the keyguard. It will be put up
KeyguardSimPukView.java 17 package com.android.keyguard;
67 // If the SIM is removed, then we must remove the keyguard. It will be put up
72 // move into the READY state and the PUK lock keyguard should be removed.
75 // mCallback can be null if onSimStateChanged callback is called when keyguard
KeyguardStatusView.java 17 package com.android.keyguard;
PasswordTextView.java 17 package com.android.keyguard;
509 * com.android.keyguard.PasswordTextView#TEXT_VISIBILITY_DURATION}.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 36 import com.android.keyguard.KeyguardUpdateMonitor;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 66 import com.android.keyguard.KeyguardHostView.OnDismissAction;
67 import com.android.keyguard.KeyguardStatusView;
71 import com.android.systemui.keyguard.WakefulnessLifecycle;
485 mStatusBar.setBarStateForTest(StatusBarState.KEYGUARD);
507 mStatusBar.mState = StatusBarState.KEYGUARD;
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceFuncTest.java 640 * Verify the steps taken to disable keyguard after reboot are successfully
652 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); local
653 if (keyguard == null) {
657 assertFalse(keyguard.isKeyguardShowing());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooterImpl.java 46 import com.android.keyguard.KeyguardStatusView;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarStatusBar.java 54 import com.android.keyguard.KeyguardUpdateMonitor;

Completed in 1109 milliseconds

1 2 34 5