Searched refs:mLauncher (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncherTest.java | 72 private ActionDisabledLearnMoreButtonLauncher mLauncher; field in ActionDisabledLearnMoreButtonLauncherTest 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() 110 verify(mLauncher, never()).setLearnMoreButton(any()); in testSetupLearnMoreButtonToShowAdminPolicies_differentProfileGroup_noDeviceOwner() 118 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, ENFORCEMENT_ADMIN_USER_ID, in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_noSystemDeviceOwner() 121 verify(mLauncher, never()).setLearnMoreButton(any()); in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_noSystemDeviceOwner() 129 mLauncher.setupLearnMoreButtonToShowAdminPolicies(mContext, UserHandle.USER_SYSTEM, in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_systemDeviceOwner() 133 verify(mLauncher, never()).launchShowAdminPolicies(any(), any(), any()); in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_systemDeviceOwner() 134 verify(mLauncher).launchShowAdminSettings(mContext); in testSetupLearnMoreButtonToShowAdminPolicies_differentGroup_systemDeviceOwner() [all …]
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
D | ManagedDeviceActionDisabledByAdminController.java | 82 mLauncher.setupLearnMoreButtonToShowAdminPolicies(context, mEnforcementAdminUserId, in setupLearnMoreButton() 90 if (mLauncher.canLaunchHelpPage( in canLaunchHelpPageInPreferredOrCurrentUser() 95 return mLauncher.canLaunchHelpPage( in canLaunchHelpPageInPreferredOrCurrentUser() 107 if (mLauncher.canLaunchHelpPage( in setupLearnMoreButtonToLaunchHelpPage() 110 mLauncher.setupLearnMoreButtonToLaunchHelpPage(context, url, preferredUserHandle); in setupLearnMoreButtonToLaunchHelpPage() 112 if (mLauncher.canLaunchHelpPage( in setupLearnMoreButtonToLaunchHelpPage() 114 mLauncher.setupLearnMoreButtonToLaunchHelpPage(context, url, context.getUser()); in setupLearnMoreButtonToLaunchHelpPage()
|
D | BaseActionDisabledByAdminController.java | 34 protected ActionDisabledLearnMoreButtonLauncher mLauncher; field in BaseActionDisabledByAdminController 43 mLauncher = requireNonNull(launcher, "launcher cannot be null"); in initialize() 54 Preconditions.checkState(mLauncher != null, "must call initialize() first"); in assertInitialized()
|
D | FinancedDeviceActionDisabledByAdminController.java | 37 mLauncher.setupLearnMoreButtonToShowAdminPolicies(context, mEnforcementAdminUserId, in setupLearnMoreButton()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 193 private UiccStateChangedLauncher mLauncher; field in UiccController 250 mLauncher = new UiccStateChangedLauncher(c, this); in UiccController()
|