Searched refs:uriOfOldFile (Results 1 – 1 of 1) sorted by relevance
2501 final Uri uriOfOldFile = MediaStore.scanFile(cr, imageFile); in testCreateCanRestoreDeletedRowId() local2502 assertThat(uriOfOldFile).isNotNull(); in testCreateCanRestoreDeletedRowId()2508 try (ParcelFileDescriptor pfd = cr.openFileDescriptor(uriOfOldFile, "rw")) { in testCreateCanRestoreDeletedRowId()