Home
last modified time | relevance | path

Searched defs:fileToUriMap (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DStableUrisTest.java125 Map<File, Uri> fileToUriMap = new HashMap<>(); in testAttributesRestoration() local
243 private void verifyAttributes(Map<File, Uri> fileToUriMap, in verifyAttributes()
268 private Map<File, Bundle> setAttributes(Map<File, Uri> fileToUriMap) { in setAttributes()