Searched refs:mMockFooterPreference (Results 1 – 2 of 2) sorted by relevance
45 private FooterPreference mMockFooterPreference; field in LocaleHelperPreferenceControllerTest60 mLocaleHelperPreferenceController.updateFooterPreference(mMockFooterPreference); in updateFooterPreference_setFooterPreference_hasClickAction()61 verify(mMockFooterPreference).setLearnMoreText(anyString()); in updateFooterPreference_setFooterPreference_hasClickAction()62 mMockFooterPreference.setLearnMoreAction(v -> { in updateFooterPreference_setFooterPreference_hasClickAction()
44 private FooterPreference mMockFooterPreference; field in RegionalFooterPreferenceControllerTest59 mRegionalFooterPreferenceController.setupFooterPreference(mMockFooterPreference); in setupFooterPreference_shouldSetAsTextInLearnMore()60 verify(mMockFooterPreference).setLearnMoreText(anyString()); in setupFooterPreference_shouldSetAsTextInLearnMore()