Home
last modified time | relevance | path

Searched refs:checkCanOpenCamera (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCameraPolicyTest.java71 checkCanOpenCamera(false); in testDisableCameraInManagedProfile()
78 checkCanOpenCamera(true); in testEnableCameraInManagedProfile()
95 private void checkCanOpenCamera(boolean canOpen) throws Exception { in checkCanOpenCamera() method in CameraPolicyTest
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUserRestrictionsParentTest.java170 checkCanOpenCamera(false); in testCannotOpenCamera()
174 checkCanOpenCamera(true); in testCanOpenCamera()
177 private void checkCanOpenCamera(boolean canOpen) throws Exception { in checkCanOpenCamera() method in UserRestrictionsParentTest