Searched defs:mTransientIndication (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java55 private String mTransientIndication; field in class:KeyguardIndicationController
108 mTransientIndication = transientIndication;
117 if (mTransientIndication != null) {
118 mTransientIndication = null;
131 if (!TextUtils.isEmpty(mTransientIndication)) {
132 return mTransientIndication;
185 if (msg.what == MSG_HIDE_TRANSIENT && mTransientIndication != null) {
186 mTransientIndication = null;

Completed in 47 milliseconds