Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java191 private String mPersistentUnlockMessage; field in KeyguardIndicationController
742 if (!TextUtils.isEmpty(mPersistentUnlockMessage)) { in updateLockScreenPersistentUnlockMsg()
746 .setMessage(mPersistentUnlockMessage) in updateLockScreenPersistentUnlockMsg()
851 mPersistentUnlockMessage = persistentUnlockMessage; in setPersistentUnlockMessage()