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.java1062 UUID storageUuid = pkg.getStorageUuid(); in getLocations() local
1096 static CacheValue create(@NonNull List<Path> locations, @NonNull UUID storageUuid) { in create()
1103 abstract @NonNull UUID storageUuid(); in storageUuid() method in DexUseManagerLocal.SecondaryDexLocationManager.CacheValue