Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerBaseTest.java178 protected ArgumentCaptor<KeyguardIndication> mKeyguardIndicationCaptor; field in KeyguardIndicationControllerBaseTest
336 mKeyguardIndicationCaptor.capture(), in verifyIndicationShown()
338 assertThat(mKeyguardIndicationCaptor.getValue().getMessage().toString()) in verifyIndicationShown()
DKeyguardIndicationControllerTest.java143 assertThat(mKeyguardIndicationCaptor.getValue().getTextColor().getDefaultColor()) in onAlignmentStateChanged_showsSlowChargingIndication()
158 assertThat(mKeyguardIndicationCaptor.getValue().getTextColor().getDefaultColor()) in onAlignmentStateChanged_showsNotChargingIndication()
1548 mKeyguardIndicationCaptor.capture(), anyBoolean()); in verifyIndicationMessages()
1549 List<KeyguardIndication> kis = mKeyguardIndicationCaptor.getAllValues(); in verifyIndicationMessages()
1561 mKeyguardIndicationCaptor.capture(), anyBoolean()); in verifyIndicationMessage()
1562 assertThat(mKeyguardIndicationCaptor.getValue().getMessage()) in verifyIndicationMessage()