Home
last modified time | relevance | path

Searched refs:KeyguardConstants (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherListView.java26 import com.android.keyguard.KeyguardConstants;
36 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardUserDetailItemView.java28 import com.android.keyguard.KeyguardConstants;
38 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardQsUserSwitchController.java34 import com.android.keyguard.KeyguardConstants;
65 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardUserSwitcherController.java35 import com.android.keyguard.KeyguardConstants;
68 private static final boolean DEBUG = KeyguardConstants.DEBUG;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardConstants.java24 public class KeyguardConstants { class
H A DKeyguardSimPukView.java32 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardStatusView.java45 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardSecurityViewFlipperController.java45 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardSecurityViewFlipper.java42 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardPatternView.java47 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardSimPinViewController.java50 private static final boolean DEBUG = KeyguardConstants.DEBUG_SIM_STATES;
H A DKeyguardSimPukViewController.java45 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardDisplayManager.java63 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardStatusViewController.java82 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DCarrierTextManager.java66 private static final boolean DEBUG = KeyguardConstants.DEBUG;
H A DKeyguardSecurityContainerController.java109 private static final boolean DEBUG = KeyguardConstants.DEBUG;
/aosp14/frameworks/base/packages/SystemUI/docs/device-entry/
H A Dkeyguard.md42 …at will print to logcat. Should only be used temporarily for debugging. See [KeyguardConstants][5].
59 [5]: /frameworks/base/packages/SystemUI/src/com/android/keyguard/KeyguardConstants.java
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DPrimaryBouncerInteractor.kt26 import com.android.keyguard.KeyguardConstants
325 if (KeyguardConstants.DEBUG) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java119 import com.android.keyguard.KeyguardConstants;
232 private static final boolean DEBUG = KeyguardConstants.DEBUG;
233 private static final boolean DEBUG_SIM_STATES = KeyguardConstants.DEBUG_SIM_STATES;