Home
last modified time | relevance | path

Searched defs:canOpen (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCameraPolicyTest.java95 private void checkCanOpenCamera(boolean canOpen) throws Exception { in checkCanOpenCamera()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DUserRestrictionsParentTest.java177 private void checkCanOpenCamera(boolean canOpen) throws Exception { in checkCanOpenCamera()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java856 public static boolean canOpen(File file, boolean forWrite) { in canOpen() method in TestUtils