Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncher.java87 protected abstract void launchShowAdminPolicies(Context context, UserHandle user, in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncher
136 launchShowAdminPolicies(context, enforcedAdmin.user, enforcedAdmin.component); in showAdminPolicies()
/packages/apps/Settings/src/com/android/settings/enterprise/
DActionDisabledLearnMoreButtonLauncherImpl.java57 protected void launchShowAdminPolicies(Context context, UserHandle user, ComponentName admin) { in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncherImpl
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/
DActionDisabledLearnMoreButtonLauncherImpl.java65 protected void launchShowAdminPolicies(Context context, UserHandle adminUser, in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncherImpl
/packages/apps/Settings/tests/unit/src/com/android/settings/enterprise/
DActionDisabledLearnMoreButtonLauncherImplTest.java106 mImpl.launchShowAdminPolicies(mActivity, ENFORCED_ADMIN_USER, ADMIN_COMPONENT); in launchShowAdminPolicies_works()