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
420 String trustGrantedIndication = getTrustGrantedIndication(); in updateIndication()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java483 assertThat(mTextView.getText()).isEqualTo(mController.getTrustGrantedIndication()); in updateMonitor_listenerUpdatesIndication()