Home
last modified time | relevance | path

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

/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DDevicePolicyManagerCompat.java63 public static final String POLICY_SUSPEND_PACKAGES = field in DevicePolicyManagerCompat
64 DevicePolicyManager.POLICY_SUSPEND_PACKAGES;
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/enterprise/
DManagedDeviceActionDisabledByAdminController.java140 case DevicePolicyManager.POLICY_SUSPEND_PACKAGES: in getAdminSupportTitle()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DActionDisabledByAdminDialogHelper.java154 case DevicePolicyManager.POLICY_SUSPEND_PACKAGES: in setAdminSupportTitle()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DActionDisabledByAdminDialogHelperTest.java111 mHelper.setAdminSupportTitle(view, DevicePolicyManager.POLICY_SUSPEND_PACKAGES); in testSetAdminSupportTitle()