Searched refs:showKeyguard (Results 1 – 10 of 10) sorted by relevance
50 override fun showKeyguard() {} in getDisplayWidth() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
227 void showKeyguard(); in showKeyguard() method
721 mCentralSurfaces.showKeyguard(); in showBouncerOrKeyguard()
2006 public void showKeyguard() { in showKeyguard() method
79 fun showKeyguard() { in <lambda>() method
490 fun showKeyguard() { in <lambda>() method491 fromGoneTransitionInteractor.get().showKeyguard() in <lambda>()
2066 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=" + showKeyguard3376 finishSurfaceBehindRemoteAnimation(showKeyguard);3444 void finishSurfaceBehindRemoteAnimation(boolean showKeyguard) {3446 .notifyFinishedKeyguardExitAnimation(showKeyguard);3465 if (showKeyguard && !KeyguardWmStateRefactor.isEnabled()[all …]
962 fun notifyFinishedKeyguardExitAnimation(showKeyguard: Boolean) { in <lambda>()971 if (!showKeyguard) { in <lambda>()
211 }).when(mInjector).showKeyguard(any()); in setUp()1427 doCallRealMethod().when(mInjector).showKeyguard(any()); in testStallUserSwitchUntilTheKeyguardIsShown()1464 doNothing().when(mInjector).showKeyguard(any()); in testRuntimeExceptionIsThrownIfTheKeyguardIsNotShown()
2527 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) {