Searched refs:setupLearnMoreButtonToShowAdminPolicies (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncherTest.java | 91 () -> mLauncher.setupLearnMoreButtonToShowAdminPolicies(/* context= */ null, in testSetupLearnMoreButtonToShowAdminPolicies_nullContext() 98 () -> mLauncher.setupLearnMoreButtonToShowAdminPolicies(/* context= */ null, in testSetupLearnMoreButtonToShowAdminPolicies_nullEnforcedAdmin() 107 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER_ID, in testSetupLearnMoreButtonToShowAdminPolicies_differentProfileGroup_noDeviceOwner() 118 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER_ID, in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_noSystemDeviceOwner() 129 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, UserHandle.USER_SYSTEM, in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_systemDeviceOwner() 143 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER_ID, in testSetupLearnMoreButtonToShowAdminPolicies_sameProfileGroup_noDeviceOwner() 157 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER_ID, in testSetupLearnMoreButtonToShowAdminPolicies_sameProfileGroup_noSystemDeviceOwner() 171 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER_ID, in testSetupLearnMoreButtonToShowAdminPolicies_showsLearnMoreButton_withComponent()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
D | FinancedDeviceActionDisabledByAdminController.java | 37 mLauncher.setupLearnMoreButtonToShowAdminPolicies(context, mEnforcementAdminUserId, in setupLearnMoreButton()
|
D | ActionDisabledLearnMoreButtonLauncher.java | 52 public final void setupLearnMoreButtonToShowAdminPolicies(Context context, in setupLearnMoreButtonToShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncher
|