Searched refs:mHaveKeyguard (Results 1 – 1 of 1) sorted by relevance
346 private boolean mHaveKeyguard = true; field in DisplayContent2678 mHaveKeyguard = true; in checkWaitingForWindows()2693 mHaveKeyguard = mService.mPolicy.isKeyguardDrawnLw(); in checkWaitingForWindows()2717 + " haveKeyguard=" + mHaveKeyguard); in checkWaitingForWindows()2728 && ((!mHaveApp && !mHaveKeyguard) || (wallpaperEnabled && !mHaveWallpaper))) { in checkWaitingForWindows()