Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2501 final Uri uriOfOldFile = MediaStore.scanFile(cr, imageFile); in testCreateCanRestoreDeletedRowId() local
2502 assertThat(uriOfOldFile).isNotNull(); in testCreateCanRestoreDeletedRowId()
2508 try (ParcelFileDescriptor pfd = cr.openFileDescriptor(uriOfOldFile, "rw")) { in testCreateCanRestoreDeletedRowId()