Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DPhoneStateMonitor.java146 } else if (isKeyguardLocked()) { in getPhoneLockscreenState()
204 private boolean isKeyguardLocked() { in isKeyguardLocked() method in PhoneStateMonitor
207 return keyguardManager != null && keyguardManager.isKeyguardLocked(); in isKeyguardLocked()
/frameworks/base/core/java/android/app/
DKeyguardManager.java456 public boolean isKeyguardLocked() { in isKeyguardLocked() method in KeyguardManager
458 return mWM.isKeyguardLocked(); in isKeyguardLocked()
489 return isKeyguardLocked(); in inKeyguardRestrictedInputMode()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerInternal.java301 public abstract boolean isKeyguardLocked(); in isKeyguardLocked() method in WindowManagerInternal
DKeyguardController.java120 boolean isKeyguardLocked() { in isKeyguardLocked() method in KeyguardController
311 if (isKeyguardLocked()) { in handleOccludedChanged()
DLockTaskController.java788 if (mWindowManager.isKeyguardLocked() && !mWindowManager.isKeyguardSecure(userId)) { in setKeyguardState()
DWallpaperController.java157 && mService.mPolicy.isKeyguardLocked()
DActivityRecord.java2309 boolean isKeyguardLocked = mAtmService.isKeyguardLocked(); in checkEnterPictureInPictureState()
2316 boolean isNotLockedOrOnKeyguard = !isKeyguardLocked && !isCurrentAppLocked; in checkEnterPictureInPictureState()
2710 } else if (mStackSupervisor.getKeyguardController().isKeyguardLocked() in completeFinishing()
4550 if (noDisplay || !mStackSupervisor.getKeyguardController().isKeyguardLocked()) { in notifyUnknownVisibilityLaunchedForKeyguardTransition()
DTaskDisplayArea.java1545 .isKeyguardLocked() in topRunningActivity()
DActivityTaskManagerService.java4119 if (isKeyguardLocked()) { in enterPictureInPictureMode()
4827 boolean isKeyguardLocked() { in isKeyguardLocked() method in ActivityTaskManagerService
4828 return mKeyguardController.isKeyguardLocked(); in isKeyguardLocked()
6911 if (mKeyguardController.isKeyguardLocked()) { in notifyLockedProfile()
DWindowManagerService.java3059 public boolean isKeyguardLocked() { in isKeyguardLocked() method in WindowManagerService
3060 return mPolicy.isKeyguardLocked(); in isKeyguardLocked()
7354 public boolean isKeyguardLocked() { in isKeyguardLocked() method in WindowManagerService.LocalService
7355 return WindowManagerService.this.isKeyguardLocked(); in isKeyguardLocked()
/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
DWindowManagerPerfTestBase.java79 || context.getSystemService(KeyguardManager.class).isKeyguardLocked()) { in setUpOnce()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestWindowManagerPolicy.java247 public boolean isKeyguardLocked() {
DActivityTaskManagerServiceTests.java218 doReturn(false).when(mService).isKeyguardLocked(); in testEnterPipModeWhenRecordParentChangesToNull()
DActivityDisplayTests.java188 doReturn(true).when(keyguard).isKeyguardLocked(); in testTopRunningActivity()
DActivityStackTests.java1377 doReturn(true).when(keyguardController).isKeyguardLocked(); in testClearUnknownAppVisibilityBehindFullscreenActivity()
/frameworks/base/core/java/android/view/
DIWindowManager.aidl203 boolean isKeyguardLocked(); in isKeyguardLocked() method
/frameworks/base/core/java/com/android/internal/app/
DSuspendedAppActivity.java220 if (km.isKeyguardLocked()) { in requestDismissKeyguardIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java483 mKeyguard.isKeyguardLocked()); in showUsbHighTemperatureAlarmInternal()
492 mKeyguard.isKeyguardLocked()); in showUsbHighTemperatureAlarmInternal()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java1173 public boolean isKeyguardLocked(); in isKeyguardLocked() method
DPhoneWindowManager.java1340 if (mAccessibilityShortcutController.isAccessibilityShortcutAvailable(isKeyguardLocked()) in interceptAccessibilityShortcutChord()
2709 if (down && repeatCount == 0 && !isKeyguardLocked()) { in interceptKeyBeforeDispatching()
3991 if (mAccessibilityShortcutController.isAccessibilityShortcutAvailable(isKeyguardLocked())) { in interceptKeyBeforeQueueing()
4677 public boolean isKeyguardLocked() { in isKeyguardLocked() method in PhoneWindowManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java453 && mKeyguardManager.isKeyguardLocked()) {
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/volume/
DCarVolumeDialogImpl.java338 Events.writeEvent(Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); in showH()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java402 showingKeyguard = wm.isKeyguardLocked(); in updateTrust()
678 showingKeyguard = wm.isKeyguardLocked(); in refreshDeviceLockedForUser()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2452 mCurClientInKeyguard = isKeyguardLocked(); in startInputUncheckedLocked()
2867 private boolean isKeyguardLocked() { in isKeyguardLocked() method in InputMethodManagerService
2868 return mKeyguardManager != null && mKeyguardManager.isKeyguardLocked(); in isKeyguardLocked()
2941 if (vis != 0 && isKeyguardLocked() && !mCurClientInKeyguard) { in updateSystemUiLocked()
4653 && mKeyguardManager.isKeyguardLocked() && mKeyguardManager.isKeyguardSecure(); in isScreenLocked()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBstatsCpuTimesValidationTest.java948 keyguardManager.isKeyguardLocked() ? "expected=unlocked" : null in assertKeyguardUnLocked()

12