Searched refs:launchShowAdminPolicies (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncher.java | 87 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/ |
D | ActionDisabledLearnMoreButtonLauncherImpl.java | 57 protected void launchShowAdminPolicies(Context context, UserHandle user, ComponentName admin) { in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncherImpl
|
/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncherImpl.java | 65 protected void launchShowAdminPolicies(Context context, UserHandle adminUser, in launchShowAdminPolicies() method in ActionDisabledLearnMoreButtonLauncherImpl
|
/packages/apps/Settings/tests/unit/src/com/android/settings/enterprise/ |
D | ActionDisabledLearnMoreButtonLauncherImplTest.java | 106 mImpl.launchShowAdminPolicies(mActivity, ENFORCED_ADMIN_USER, ADMIN_COMPONENT); in launchShowAdminPolicies_works()
|