Searched refs:setLearnMoreAction (Results 1 – 2 of 2) sorted by relevance
63 mFooterPreference.setLearnMoreAction(view -> { /* do nothing */ } /* listener */); in setLearnMoreText_shouldSetAsTextInLearnMore()80 mFooterPreference.setLearnMoreAction(v -> { in setLearnMoreAction_actionSet_shouldGetAction()
194 public void setLearnMoreAction(View.OnClickListener listener) { in setLearnMoreAction() method in FooterPreference