Searched refs:setLearnMoreButton (Results 1 – 3 of 3) sorted by relevance
61 setLearnMoreButton(() -> showAdminPolicies(context, enforcedAdmin)); in setupLearnMoreButtonToShowAdminPolicies()73 setLearnMoreButton(() -> showHelpPage(context, url, userHandle)); in setupLearnMoreButtonToLaunchHelpPage()81 public abstract void setLearnMoreButton(Runnable action); in setLearnMoreButton() method in ActionDisabledLearnMoreButtonLauncher
110 verify(mLauncher, never()).setLearnMoreButton(any()); in testSetupLearnMoreButtonToShowAdminPolicies_differentProfileGroup_noDeviceOwner()121 verify(mLauncher, never()).setLearnMoreButton(any()); in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_noSystemDeviceOwner()225 verify(mLauncher).setLearnMoreButton(mLearnMoreActionCaptor.capture()); in tapLearnMore()
60 public void setLearnMoreButton(Runnable action) { in createLearnMoreButtonLauncher()