Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2346 final Uri oldUri = MediaStore.scanFile(cr, imageFile); in testRenameCanRestoreDeletedRowId() local
2347 assertThat(oldUri).isNotNull(); in testRenameCanRestoreDeletedRowId()
2355 assertThat(newUri.getLastPathSegment()).isEqualTo(oldUri.getLastPathSegment()); in testRenameCanRestoreDeletedRowId()
2357 assertThat(cr.openFileDescriptor(oldUri, "rw")).isNotNull(); in testRenameCanRestoreDeletedRowId()