Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java113 private boolean mTransientTextIsError; field in KeyguardIndicationController
363 mTransientTextIsError = isError; in showTransientIndication()
440 isError = mTransientTextIsError; in updateIndication()
641 pw.println(" mTransientTextIsError: " + mTransientTextIsError); in dump()