Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java82 dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DPackageInstallerActivity.java497 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in startAdminSupportDetailsActivity()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2935 Intent intent = dpm.createAdminSupportIntent("disallow_nothing"); in testCreateAdminSupportIntent()
2939 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()
2947 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()
2958 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()
2973 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2978 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
2984 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2989 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
2997 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()
3004 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl253 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent() method
DDevicePolicyManager.java9724 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent() method in DevicePolicyManager
9728 return mService.createAdminSupportIntent(restriction); in createAdminSupportIntent()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java13069 public Intent createAdminSupportIntent(String restriction) {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2624 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->createAdminSupportIntent(Ljava/lang/String;)La…
3152 Landroid/app/admin/IDevicePolicyManager;->createAdminSupportIntent(Ljava/lang/String;)Landroid/cont…
/frameworks/base/core/api/
Dcurrent.txt7116 method public android.content.Intent createAdminSupportIntent(@NonNull String);
/frameworks/base/services/
Dart-profile16678 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->createAdminSupportIntent(Ljava/lang/…