OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyguard
(Results
1 - 25
of
97
) sorted by null
1
2
3
4
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardConstants.java
17
package com.android.
keyguard
;
20
* Defines constants for the
Keyguard
.
25
* Turns on debugging information for the whole
Keyguard
. This is very verbose and should only
KeyguardSecurityCallback.java
16
package com.android.
keyguard
;
33
* Checks if
keyguard
is in "verify credentials" mode.
48
* Resets the
keyguard
view.
SecurityMessageDisplay.java
17
package com.android.
keyguard
;
ViewMediatorCallback.java
17
package com.android.
keyguard
;
20
* The callback used by the
keyguard
view to tell the {@link KeyguardViewMediator}
30
* Report that the
keyguard
is done.
39
* Report that the
keyguard
is done drawing.
50
* Report that the
keyguard
is dismissable, pending the next keyguardDone call.
59
* Report when
keyguard
is actually gone
64
* Report when the UI is ready for dismissing the whole
Keyguard
.
69
* Reset the
keyguard
and bouncer.
AlphaOptimizedImageButton.java
17
package com.android.
keyguard
;
AlphaOptimizedRelativeLayout.java
17
package com.android.
keyguard
;
KeyguardSecurityView.java
16
package com.android.
keyguard
;
52
* Interface back to
keyguard
to tell it when security
AlphaOptimizedLinearLayout.java
17
package com.android.
keyguard
;
EmergencyCarrierArea.java
17
package com.android.
keyguard
;
KeyguardClockAccessibilityDelegate.java
17
package com.android.
keyguard
;
KeyguardSecurityModel.java
16
package com.android.
keyguard
;
/development/tools/logblame/
power_toggle_test
10
adb shell wm dismiss-
keyguard
22
adb shell wm dismiss-
keyguard
medium_idle_test
9
adb shell wm dismiss-
keyguard
short_idle_test
9
adb shell wm dismiss-
keyguard
app_switch_test
25
adb shell wm dismiss-
keyguard
52
adb shell wm dismiss-
keyguard
/build/make/target/product/
full_base_telephony.mk
23
keyguard
.no_require_sim=true \
/device/generic/car/common/product/
full_base_telephony.mk
23
keyguard
.no_require_sim=true \
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DismissCallbackWrapper.java
17
package com.android.systemui.
keyguard
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java
33
import com.android.
keyguard
.KeyguardHostView;
34
import com.android.
keyguard
.KeyguardSecurityView;
35
import com.android.
keyguard
.KeyguardUpdateMonitor;
36
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
37
import com.android.
keyguard
.R;
38
import com.android.
keyguard
.ViewMediatorCallback;
41
import com.android.systemui.
keyguard
.DismissCallbackRegistry;
43
import static com.android.
keyguard
.KeyguardHostView.OnDismissAction;
44
import static com.android.
keyguard
.KeyguardSecurityModel.SecurityMode;
108
// If allowed, try to dismiss the
Keyguard
. If no security auth (password/pin/pattern) i
[
all
...]
FingerprintUnlockController.java
26
import com.android.
keyguard
.KeyguardConstants;
27
import com.android.
keyguard
.KeyguardUpdateMonitor;
28
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
29
import com.android.
keyguard
.LatencyTracker;
31
import com.android.systemui.
keyguard
.KeyguardViewMediator;
49
* Mode in which we wake up the device, and directly dismiss
Keyguard
. Active when we acquire
55
* Mode in which we wake the device up, and fade out the
Keyguard
contents because they were
67
* Mode in which we only wake up the device, and
keyguard
was not showing when we acquired a
UnlockMethodCache.java
23
import com.android.
keyguard
.KeyguardUpdateMonitor;
24
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
LatencyTester.java
27
import com.android.
keyguard
.KeyguardUpdateMonitor;
28
import com.android.
keyguard
.LatencyTracker;
/frameworks/base/packages/SystemUI/
Android.mk
55
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res-
keyguard
$(LOCAL_PATH)/res
66
LOCAL_AAPT_FLAGS := --extra-packages com.android.
keyguard
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardMonitorImpl.java
22
import com.android.
keyguard
.KeyguardUpdateMonitor;
23
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
WorkLockActivityTest.java
17
package com.android.systemui.
keyguard
;
37
import com.android.systemui.
keyguard
.WorkLockActivity;
46
* runtest systemui -c com.android.systemui.
keyguard
.WorkLockActivityTest
Completed in 598 milliseconds
1
2
3
4