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.java207 private boolean mBootSendUserPresent; field in KeyguardViewMediator
1631 mBootSendUserPresent = true; in sendUserPresentBroadcast()
1980 if (mBootSendUserPresent) { in onBootCompleted()
2027 pw.print(" mBootSendUserPresent: "); pw.println(mBootSendUserPresent); in dump()