Home
last modified time | relevance | path

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

/art/libartservice/service/java/com/android/server/art/
DDexUseManagerLocal.java1305 UUID storageUuid = pkg.getStorageUuid(); in getLocations() local
1337 private record CacheValue(@NonNull List<String> locations, @NonNull UUID storageUuid) {} in CacheValue()