Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java194 private CharSequence mTrustGrantedIndication; field in KeyguardIndicationController
862 return mTrustGrantedIndication == null in getTrustGrantedIndication()
864 : mTrustGrantedIndication.toString(); in getTrustGrantedIndication()
1584 mTrustGrantedIndication = message; in showTrustGrantedMessage()