Searched refs:mKeyguardDrawComplete (Results 1 - 1 of 1) sorted by path

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java354 boolean mKeyguardDrawComplete; field in class:PhoneWindowManager
574 if (DEBUG_WAKEUP) Slog.w(TAG, "Setting mKeyguardDrawComplete");
578 Slog.w(TAG, "Keyguard drawn timeout. Setting mKeyguardDrawComplete");
4734 mKeyguardDrawComplete = false;
4757 mKeyguardDrawComplete = false;
4772 if (DEBUG_WAKEUP) Slog.d(TAG, "null mKeyguardDelegate: setting mKeyguardDrawComplete.");
4779 if (!mAwake || mKeyguardDrawComplete) {
4783 mKeyguardDrawComplete = true;
4844 + ", mKeyguardDrawComplete=" + mKeyguardDrawComplete
[all...]

Completed in 44 milliseconds