Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java312 String getTrustGrantedIndication() { in getTrustGrantedIndication() method in KeyguardIndicationController
412 String trustGrantedIndication = getTrustGrantedIndication(); in updateIndication()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java416 assertThat(mTextView.getText()).isEqualTo(mController.getTrustGrantedIndication()); in unlockMethodCache_listenerUpdatesIndication()