Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java132 final Map<File, Bundle> fileToAttributesMapBeforeRestore = setAttributes(fileToUriMap); in testAttributesRestoration() local
146 verifyAttributes(fileToUriMap, fileToAttributesMapBeforeRestore); in testAttributesRestoration()
244 Map<File, Bundle> fileToAttributesMapBeforeRestore) { in verifyAttributes() argument
247 final Bundle originalAttributes = fileToAttributesMapBeforeRestore.get(entry.getKey()); in verifyAttributes()
256 final String beforeRestore = fileToAttributesMapBeforeRestore in verifyAttributes()