Home
last modified time | relevance | path

Searched refs:showKeyguard (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt50 override fun showKeyguard() {} in getDisplayWidth() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java227 void showKeyguard(); in showKeyguard() method
DStatusBarKeyguardViewManager.java721 mCentralSurfaces.showKeyguard(); in showBouncerOrKeyguard()
DCentralSurfacesImpl.java2006 public void showKeyguard() { in showKeyguard() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DFromGoneTransitionInteractor.kt79 fun showKeyguard() { in <lambda>() method
DKeyguardInteractor.kt490 fun showKeyguard() { in <lambda>() method
491 fromGoneTransitionInteractor.get().showKeyguard() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2066 showKeyguard(null);
2266 showKeyguard(showKeyguardUnlocked);
2377 showKeyguard(options);
2446 private void showKeyguard(Bundle options) {
3334 public void exitKeyguardAndFinishSurfaceBehindRemoteAnimation(boolean showKeyguard) {
3337 Log.d(TAG, "skip onKeyguardExitRemoteAnimationFinished showKeyguard=" + showKeyguard
3376 finishSurfaceBehindRemoteAnimation(showKeyguard);
3444 void finishSurfaceBehindRemoteAnimation(boolean showKeyguard) {
3446 .notifyFinishedKeyguardExitAnimation(showKeyguard);
3465 if (showKeyguard && !KeyguardWmStateRefactor.isEnabled()
[all …]
DKeyguardUnlockAnimationController.kt962 fun notifyFinishedKeyguardExitAnimation(showKeyguard: Boolean) { in <lambda>()
971 if (!showKeyguard) { in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java211 }).when(mInjector).showKeyguard(any()); in setUp()
1427 doCallRealMethod().when(mInjector).showKeyguard(any()); in testStallUserSwitchUntilTheKeyguardIsShown()
1464 doNothing().when(mInjector).showKeyguard(any()); in testRuntimeExceptionIsThrownIfTheKeyguardIsNotShown()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java2527 this.showKeyguard(() -> dismissUserSwitchDialog(sendUserSwitchCompleteMessage));
2536 protected void showKeyguard(Runnable runnable) {
2537 runWithTimeout(mInjector::showKeyguard, SHOW_KEYGUARD_TIMEOUT_MS, runnable, () -> {
4003 protected void showKeyguard(Runnable runnable) {