Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java205 private boolean mBootSendUserPresent; field in KeyguardViewMediator
1686 mBootSendUserPresent = true; in sendUserPresentBroadcast()
2037 if (mBootSendUserPresent) { in onBootCompleted()
2082 pw.print(" mBootSendUserPresent: "); pw.println(mBootSendUserPresent); in dump()