Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2538 final Uri oldUri = MediaStore.scanFile(cr, imageFile); in testRenameCanRestoreDeletedRowId() local
2539 assertThat(oldUri).isNotNull(); in testRenameCanRestoreDeletedRowId()
2547 assertThat(newUri.getLastPathSegment()).isEqualTo(oldUri.getLastPathSegment()); in testRenameCanRestoreDeletedRowId()
2549 try (ParcelFileDescriptor pfd = cr.openFileDescriptor(oldUri, "rw")) { in testRenameCanRestoreDeletedRowId()