Home
last modified time | relevance | path

Searched refs:getCameraDisabled (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java5405 public boolean getCameraDisabled(@Nullable ComponentName admin) { in getCameraDisabled() method in DevicePolicyManager
5407 return getCameraDisabled(admin, myUserId()); in getCameraDisabled()
5412 public boolean getCameraDisabled(@Nullable ComponentName admin, int userHandle) { in getCameraDisabled() method in DevicePolicyManager
5415 return mService.getCameraDisabled(admin, userHandle); in getCameraDisabled()
DIDevicePolicyManager.aidl116 boolean getCameraDisabled(in ComponentName who, int userHandle); in getCameraDisabled() method
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1767 boolean originalCameraDisabled = dpm.getCameraDisabled(admin1); in testDaDisallowedPolicies_SecurityException()
1770 assertEquals(originalCameraDisabled, dpm.getCameraDisabled(admin1)); in testDaDisallowedPolicies_SecurityException()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7640 public boolean getCameraDisabled(ComponentName who, int userHandle) { in getCameraDisabled() method
7641 return getCameraDisabled(who, userHandle, /* mergeDeviceOwnerRestriction= */ true); in getCameraDisabled()
7644 private boolean getCameraDisabled(ComponentName who, int userHandle, in getCameraDisabled() method
10137 } else if (getCameraDisabled( in getCameraRestrictionScopeLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3930 if (mDevicePolicyManager.getCameraDisabled(null, in isCameraAllowedByAdmin()
/frameworks/base/services/
Dart-profile6258 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCameraDisabled(Landroid/content…
6259 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCameraDisabled(Landroid/content…
/frameworks/base/config/
Dboot-image-profile.txt40785 HSPLandroid/app/admin/DevicePolicyManager;->getCameraDisabled(Landroid/content/ComponentName;I)Z
40797 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCameraDisabled(Landroid/content/Componen…
Dhiddenapi-greylist-max-o.txt2644 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCameraDisabled(Landroid/content/ComponentNa…
3174 Landroid/app/admin/IDevicePolicyManager;->getCameraDisabled(Landroid/content/ComponentName;I)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5314 method public boolean getCameraDisabled(android.content.ComponentName);
/frameworks/base/non-updatable-api/
Dcurrent.txt6653 method public boolean getCameraDisabled(@Nullable android.content.ComponentName);
/frameworks/base/api/
Dcurrent.txt6653 method public boolean getCameraDisabled(@Nullable android.content.ComponentName);