Searched refs:fileToAttributesMapBeforeRestore (Results 1 – 1 of 1) sorted by relevance
132 final Map<File, Bundle> fileToAttributesMapBeforeRestore = setAttributes(fileToUriMap); in testAttributesRestoration() local146 verifyAttributes(fileToUriMap, fileToAttributesMapBeforeRestore); in testAttributesRestoration()244 Map<File, Bundle> fileToAttributesMapBeforeRestore) { in verifyAttributes() argument247 final Bundle originalAttributes = fileToAttributesMapBeforeRestore.get(entry.getKey()); in verifyAttributes()256 final String beforeRestore = fileToAttributesMapBeforeRestore in verifyAttributes()