Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2312 final Uri uriOfOldFile = MediaStore.scanFile(cr, imageFile); in testCreateCanRestoreDeletedRowId() local
2313 assertThat(uriOfOldFile).isNotNull(); in testCreateCanRestoreDeletedRowId()
2319 assertThat(cr.openFileDescriptor(uriOfOldFile, "rw")).isNotNull(); in testCreateCanRestoreDeletedRowId()