Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncherTest.java134 verify(mLauncher).launchShowAdminSettings(mContext); in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_systemDeviceOwner()
148 verify(mLauncher).launchShowAdminSettings(mContext); in testSetupLearnMoreButtonToShowAdminPolicies_sameProfileGroup_noDeviceOwner()
162 verify(mLauncher).launchShowAdminSettings(mContext); in testSetupLearnMoreButtonToShowAdminPolicies_sameProfileGroup_noSystemDeviceOwner()
177 verify(mLauncher, never()).launchShowAdminSettings(any()); in testSetupLearnMoreButtonToShowAdminPolicies_showsLearnMoreButton_withComponent()
DActionDisabledByAdminControllerTestUtils.java71 protected void launchShowAdminSettings(Context context) { in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncher.java92 protected abstract void launchShowAdminSettings(Context context); in launchShowAdminSettings() method in ActionDisabledLearnMoreButtonLauncher
137 launchShowAdminSettings(context); in showAdminPolicies()