Searched refs:launchShowAdminPolicies (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncherTest.java | 133 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()
|
D | ActionDisabledByAdminControllerTestUtils.java | 65 protected void launchShowAdminPolicies(Context context, UserHandle user, in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncher.java | 86 protected abstract void launchShowAdminPolicies(Context context, UserHandle user, in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncher 135 launchShowAdminPolicies(context, enforcedAdmin.user, enforcedAdmin.component); in showAdminPolicies()
|