Searched defs:storageUuid (Results 1 – 1 of 1) sorted by relevance
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowStorageStatsManager.java | 45 public void setStorageDeviceFreeAndTotalBytes(UUID storageUuid, long freeBytes, long totalBytes) { in setStorageDeviceFreeAndTotalBytes() 55 public void removeStorageDevice(UUID storageUuid) { in removeStorageDevice() 67 UUID storageUuid, in addStorageStats() 112 protected long getFreeBytes(UUID storageUuid) throws IOException { in getFreeBytes() 129 protected long getTotalBytes(UUID storageUuid) throws IOException { in getTotalBytes() 145 protected StorageStats queryStatsForPackage(UUID storageUuid, String packageName, UserHandle user) in queryStatsForPackage() 164 protected StorageStats queryStatsForUser(UUID storageUuid, UserHandle user) in queryStatsForUser() 178 UUID storageUuid, long freeBytes, long totalBytes) { in createFreeAndTotalBytesMapWithSingleEntry() 209 abstract UUID storageUuid(); in storageUuid() method in ShadowStorageStatsManager.StorageStatsKey 218 static StorageStatsKey create(UUID storageUuid, String packageName, UserHandle userHandle) { in create()
|