OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateMonitor
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java
246
KeyguardUpdateMonitor
updateMonitor
= KeyguardUpdateMonitor.getInstance(mContext);
247
if (!
updateMonitor
.isUnlockingWithFingerprintAllowed()) {
253
} else if (
updateMonitor
.isDeviceInteractive()) {
267
KeyguardUpdateMonitor
updateMonitor
= KeyguardUpdateMonitor.getInstance(mContext);
268
if (!
updateMonitor
.isUnlockingWithFingerprintAllowed()
281
} else if (
updateMonitor
.isDeviceInteractive()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
LockIcon.java
261
KeyguardUpdateMonitor
updateMonitor
= KeyguardUpdateMonitor.getInstance(mContext);
262
boolean fingerprintRunning =
updateMonitor
.isFingerprintDetectionRunning();
263
boolean unlockingAllowed =
updateMonitor
.isUnlockingWithFingerprintAllowed();
StatusBarKeyguardViewManager.java
504
KeyguardUpdateMonitor
updateMonitor
= KeyguardUpdateMonitor.getInstance(mContext);
506
updateMonitor
.onKeyguardVisibilityChanged(showing && !occluded);
509
updateMonitor
.sendKeyguardBouncerChanged(bouncerShowing);
KeyguardBottomAreaView.java
281
KeyguardUpdateMonitor
updateMonitor
= KeyguardUpdateMonitor.getInstance(mContext);
282
boolean canSkipBouncer =
updateMonitor
.getUserCanSkipBouncer(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
org.eclipse.debug.core_3.6.0.v20100519.jar
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
Completed in 192 milliseconds