Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java412 String trustGrantedIndication = getTrustGrantedIndication(); in updateIndication() local
420 } else if (!TextUtils.isEmpty(trustGrantedIndication) in updateIndication()
422 mTextView.switchIndication(trustGrantedIndication); in updateIndication()