Searched refs:getCameraDisabled (Results 1 – 12 of 12) sorted by relevance
262 if (dpm.getCameraDisabled(null)) { in openCamera()
868 if (dpm.getCameraDisabled(null)) { in throwIfCameraDisabled()
7149 public boolean getCameraDisabled(@Nullable ComponentName admin) { in getCameraDisabled() method in DevicePolicyManager7150 return getCameraDisabled(admin, myUserId()); in getCameraDisabled()7155 public boolean getCameraDisabled(@Nullable ComponentName admin, int userHandle) { in getCameraDisabled() method in DevicePolicyManager7158 return mService.getCameraDisabled(admin, userHandle, mParentInstance); in getCameraDisabled()
133 boolean getCameraDisabled(in ComponentName who, int userHandle, boolean parent); in getCameraDisabled() method
3699 if (mDevicePolicyManager.getCameraDisabled(null, in isCameraAllowedByAdmin()
2112 boolean originalCameraDisabled = dpm.getCameraDisabled(admin1); in testDaDisallowedPolicies_SecurityException()2115 assertThat(dpm.getCameraDisabled(admin1)).isEqualTo(originalCameraDisabled); in testDaDisallowedPolicies_SecurityException()
8203 public boolean getCameraDisabled(ComponentName who, int userHandle, boolean parent) {
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
2644 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCameraDisabled(Landroid/content/ComponentNa…3172 Landroid/app/admin/IDevicePolicyManager;->getCameraDisabled(Landroid/content/ComponentName;I)Z
7140 method public boolean getCameraDisabled(@Nullable android.content.ComponentName);
5314 method public boolean getCameraDisabled(android.content.ComponentName);
16742 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCameraDisabled(Landroid/content/…16743 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCameraDisabled(Landroid/content/…