Home
last modified time | relevance | path

Searched refs:setLearnMoreButton (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DActionDisabledLearnMoreButtonLauncher.java61 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
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DActionDisabledLearnMoreButtonLauncherTest.java110 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()
H A DActionDisabledByAdminControllerTestUtils.java60 public void setLearnMoreButton(Runnable action) { in createLearnMoreButtonLauncher()