Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncherTest.java133 verify(mLauncher, never()).launchShowAdminPolicies(any(), any(), any()); in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_systemDeviceOwner()
147 verify(mLauncher, never()).launchShowAdminPolicies(any(), any(), any()); in testSetupLearnMoreButtonToShowAdminPolicies_sameProfileGroup_noDeviceOwner()
161 verify(mLauncher, never()).launchShowAdminPolicies(any(), any(), any()); in testSetupLearnMoreButtonToShowAdminPolicies_sameProfileGroup_noSystemDeviceOwner()
175 verify(mLauncher).launchShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER, in testSetupLearnMoreButtonToShowAdminPolicies_showsLearnMoreButton_withComponent()
DActionDisabledByAdminControllerTestUtils.java65 protected void launchShowAdminPolicies(Context context, UserHandle user, in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncher.java86 protected abstract void launchShowAdminPolicies(Context context, UserHandle user, in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncher
135 launchShowAdminPolicies(context, enforcedAdmin.user, enforcedAdmin.component); in showAdminPolicies()