Home
last modified time | relevance | path

Searched refs:isKeyguardLocked (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/app/
DKeyguardManager.java245 public boolean isKeyguardLocked() { in isKeyguardLocked() method in KeyguardManager
247 return mWM.isKeyguardLocked(); in isKeyguardLocked()
/frameworks/base/core/java/android/view/
DWindowManagerInternal.java207 public abstract boolean isKeyguardLocked(); in isKeyguardLocked() method in WindowManagerInternal
DIWindowManager.aidl204 boolean isKeyguardLocked(); in isKeyguardLocked() method
DWindowManagerPolicy.java1137 public boolean isKeyguardLocked(); in isKeyguardLocked() method
/frameworks/base/services/core/java/com/android/server/policy/
DEnableAccessibilityController.java238 boolean keyguardLocked = windowManager.isKeyguardLocked(); in enableAccessibility()
DPhoneWindowManager.java3324 if (down && repeatCount == 0 && !isKeyguardLocked()) { in interceptKeyBeforeDispatching()
5273 && isKeyguardLocked()) {
6671 public boolean isKeyguardLocked() {
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java186 public boolean isKeyguardLocked() throws RemoteException { in isKeyguardLocked() method in IWindowManagerImpl
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1392 mCurClientInKeyguard = isKeyguardLocked(); in startInputUncheckedLocked()
1783 private boolean isKeyguardLocked() { in isKeyguardLocked() method in InputMethodManagerService
1784 return mKeyguardManager != null && mKeyguardManager.isKeyguardLocked(); in isKeyguardLocked()
1824 if (vis != 0 && isKeyguardLocked() && !mCurClientInKeyguard) { in updateSystemUiLocked()
3163 && mKeyguardManager.isKeyguardLocked() && mKeyguardManager.isKeyguardSecure(); in isScreenLocked()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java1035 boolean isLocked = mKeyguardManager != null && mKeyguardManager.isKeyguardLocked(); in startVoiceInput()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java356 showingKeyguard = wm.isKeyguardLocked(); in refreshDeviceLockedForUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialog.java465 Events.writeEvent(mContext, Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); in showH()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3624 } else if (mPolicy.isKeyguardLocked()) { in getOrientationLocked()
3661 if (mPolicy.isKeyguardLocked()) { in getOrientationLocked()
5591 public boolean isKeyguardLocked() { in isKeyguardLocked() method
5592 return mPolicy.isKeyguardLocked(); in isKeyguardLocked()
11639 public boolean isKeyguardLocked() { in isKeyguardLocked() method in WindowManagerService.LocalService
11640 return WindowManagerService.this.isKeyguardLocked(); in isKeyguardLocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java737 if (!mWindowManagerService.isKeyguardLocked()) { in temporaryEnableAccessibilityStateUntilKeyguardRemoved()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4421 method public boolean isKeyguardLocked();
/frameworks/base/api/
Dcurrent.txt4772 method public boolean isKeyguardLocked();
Dsystem-current.txt4927 method public boolean isKeyguardLocked();
Dtest-current.txt4775 method public boolean isKeyguardLocked();