OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:keyguard
(Results
51 - 55
of
55
) sorted by null
1
2
3
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
SlidingChallengeLayout.java
17
package com.android.
keyguard
;
44
* that overlay/resize other
keyguard
contents.
[
all
...]
KeyguardUpdateMonitor.java
17
package com.android.
keyguard
;
59
* Watches for updates that may be interesting to the
keyguard
, and provides
633
*
keyguard
crashes sometime after boot, then it will never receive this
[
all
...]
KeyguardViewMediator.java
17
package com.android.
keyguard
;
62
* Mediates requests related to the
keyguard
. This includes queries about the
63
* state of the
keyguard
, power management events that effect whether the
keyguard
65
* it of when the
keyguard
is showing, and events from the
keyguard
view itself
66
* stating that the
keyguard
was succesfully unlocked.
68
* Note that the
keyguard
view is shown when the screen is off (as appropriate)
71
* Example queries about the
keyguard
:
73
* - is the
keyguard
showing
[
all
...]
KeyguardHostView.java
17
package com.android.
keyguard
;
20
import com.android.
keyguard
.KeyguardSecurityModel.SecurityMode;
21
import com.android.
keyguard
.KeyguardUpdateMonitor.DisplayClientState;
73
// Use this to debug all of
keyguard
156
// Once created,
keyguard
should *never* re-use this instance with another user.
198
Log.v(TAG, "
Keyguard
widgets disabled by safe mode");
201
Log.v(TAG, "
Keyguard
widgets disabled by DPM");
204
Log.v(TAG, "
Keyguard
secure camera disabled by DPM");
230
// deleteAppWidgetId when a user manually deleted a widget in
keyguard
. This code
238
Log.d(TAG, "Found a appWidgetId that's not being used by
keyguard
, deleting id
[
all
...]
PagedView.java
17
package com.android.
keyguard
;
[
all
...]
Completed in 638 milliseconds
1
2
3