Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java1193 File imageDir = new File(this.getExternalFilesDir(null), JCA_FILES_CHILD_PATHNAME); in doJcaCapture() local
1194 imageDir.mkdirs(); in doJcaCapture()
1195 if (!imageDir.exists()) { in doJcaCapture()
1202 File imageFile = new File(imageDir, "ITS_JCA_" + timestamp + ".jpg"); in doJcaCapture()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java929 private void assertSharedStorageAccess(File imageDir, File documentDir, TestApp otherApp) in assertSharedStorageAccess() argument
931 final File otherAppImage = new File(imageDir, "abc.jpg"); in assertSharedStorageAccess()