Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java2499 final long oldRowId = getFileRowIdFromDatabase(imageFile); in testCreateCanRestoreDeletedRowId() local
2500 assertThat(oldRowId).isNotEqualTo(-1); in testCreateCanRestoreDeletedRowId()
2507 assertThat(getFileRowIdFromDatabase(imageFile)).isEqualTo(oldRowId); in testCreateCanRestoreDeletedRowId()
2520 .isNotEqualTo(oldRowId); in testCreateCanRestoreDeletedRowId()