Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/localepicker/
DLocaleHelperPreferenceControllerTest.java45 private FooterPreference mMockFooterPreference; field in LocaleHelperPreferenceControllerTest
60 mLocaleHelperPreferenceController.updateFooterPreference(mMockFooterPreference); in updateFooterPreference_setFooterPreference_hasClickAction()
61 verify(mMockFooterPreference).setLearnMoreText(anyString()); in updateFooterPreference_setFooterPreference_hasClickAction()
62 mMockFooterPreference.setLearnMoreAction(v -> { in updateFooterPreference_setFooterPreference_hasClickAction()
/packages/apps/Settings/tests/unit/src/com/android/settings/regionalpreferences/
DRegionalFooterPreferenceControllerTest.java44 private FooterPreference mMockFooterPreference; field in RegionalFooterPreferenceControllerTest
59 mRegionalFooterPreferenceController.setupFooterPreference(mMockFooterPreference); in setupFooterPreference_shouldSetAsTextInLearnMore()
60 verify(mMockFooterPreference).setLearnMoreText(anyString()); in setupFooterPreference_shouldSetAsTextInLearnMore()