Searched refs:mKeyguardIndicationCaptor (Results 1 – 2 of 2) sorted by relevance
178 protected ArgumentCaptor<KeyguardIndication> mKeyguardIndicationCaptor; field in KeyguardIndicationControllerBaseTest336 mKeyguardIndicationCaptor.capture(), in verifyIndicationShown()338 assertThat(mKeyguardIndicationCaptor.getValue().getMessage().toString()) in verifyIndicationShown()
143 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()