Searched defs:keyguard (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DEmergencyCarrierArea.java17 package com.android.keyguard;
25 import com.android.keyguard.R;
H A DKeyguardLinearLayout.java16 package com.android.keyguard;
H A DKeyguardSecurityViewHelper.java17 package com.android.keyguard;
H A DLiftToActivateListener.java17 package com.android.keyguard;
H A DMultiUserAvatarCache.java17 package com.android.keyguard;
H A DBiometricSensorUnlock.java17 package com.android.keyguard;
H A DKeyguardPINView.java17 package com.android.keyguard;
H A DKeyguardSecurityCallback.java16 package com.android.keyguard;
18 import com.android.keyguard.KeyguardHostView.OnDismissAction;
36 * Checks if keyguard is in "verify credentials" mode.
H A DKeyguardSecurityContainer.java1 package com.android.keyguard;
H A DKeyguardService.java17 package com.android.keyguard;
H A DObscureSpeechDelegate.java17 package com.android.keyguard;
H A DSecurityMessageDisplay.java17 package com.android.keyguard;
H A DChallengeLayout.java17 package com.android.keyguard;
H A DCheckLongPressHelper.java17 package com.android.keyguard;
H A DEmergencyButton.java17 package com.android.keyguard;
H A DKeyguardPasswordView.java17 package com.android.keyguard;
H A DKeyguardSecurityView.java16 package com.android.keyguard;
25 * Interface back to keyguard to tell it when security
H A DNumPadKey.java17 package com.android.keyguard;
H A DKeyguardGlowStripView.java16 package com.android.keyguard;
H A DKeyguardSecurityModel.java16 package com.android.keyguard;
H A DKeyguardSimPinView.java17 package com.android.keyguard;
199 // before closing the keyguard, report back that the sim is unlocked
H A DKeyguardStatusView.java17 package com.android.keyguard;
H A DKeyguardViewBase.java17 package com.android.keyguard;
33 * Base class for keyguard view. {@link #reset} is where you should
36 * or finishing the keyguard).
38 * Handles intercepting of media keys that still work when the keyguard is
47 // Whether the volume keys should be handled by keyguard. If true, then
76 * Verify that the user can get past the keyguard securely. This is called,
77 * for example, when the phone disables the keyguard but then wants to launch
104 * Allows the media keys to work when the keyguard is showing.
105 * The media keys should be of no interest to the actual keyguard view(s),
H A DCarrierText.java17 package com.android.keyguard;
H A DKeyguardActivityLauncher.java17 package com.android.keyguard;
40 import com.android.keyguard.KeyguardHostView.OnDismissAction;
47 private static final String META_DATA_KEYGUARD_LAYOUT = "com.android.keyguard.layout";
106 // For now, we'll treat this like launching any other app from secure keyguard.
144 * @param showsWhileLocked true if the activity can be run on top of keyguard.
205 Log.w(TAG, "can't dismiss keyguard on launch");

Completed in 64 milliseconds

123