Home
last modified time | relevance | path

Searched refs:createAdminSupportIntent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2239 Intent intent = dpm.createAdminSupportIntent("disallow_nothing"); in testCreateAdminSupportIntent()
2243 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()
2251 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()
2261 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()
2274 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2279 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2285 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2290 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2298 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2305 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java454 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in startAdminSupportDetailsActivity()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl229 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent() method
DDevicePolicyManager.java7797 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent() method in DevicePolicyManager
7801 return mService.createAdminSupportIntent(restriction); in createAdminSupportIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java891 final Intent intent = dpm.createAdminSupportIntent( in notifyScreenshotError()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java11440 public Intent createAdminSupportIntent(String restriction) { in createAdminSupportIntent() method
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...