Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java192 private String mAlignmentIndication; field in KeyguardIndicationController
452 if (!alignmentIndication.equals(mAlignmentIndication)) { in handleAlignStateChanged()
453 mAlignmentIndication = alignmentIndication; in handleAlignStateChanged()
727 if (!TextUtils.isEmpty(mAlignmentIndication)) { in updateLockScreenAlignmentMsg()
731 .setMessage(mAlignmentIndication) in updateLockScreenAlignmentMsg()
1053 } else if (!TextUtils.isEmpty(mAlignmentIndication)) { in updateDeviceEntryIndication()
1055 newIndication = mAlignmentIndication; in updateDeviceEntryIndication()