Searched defs:getVolumeList (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java294 final StorageVolume[] volumes = getVolumeList();
302 private StorageVolume[] getVolumeList() { method in class:FullBackup.BackupScheme
305 mVolumes = mStorageManager.getVolumeList();
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java1047 return getStorageVolume(getVolumeList(), file);
1052 return getStorageVolume(getVolumeList(userId, 0), file);
1105 getVolumeList(mContext.getUserId(), FLAG_REAL_STATE | FLAG_INCLUDE_INVISIBLE));
1116 return getVolumeList(mContext.getUserId(), FLAG_REAL_STATE | FLAG_INCLUDE_INVISIBLE)[0];
1142 public @NonNull StorageVolume[] getVolumeList() { method in class:StorageManager
1143 return getVolumeList(mContext.getUserId(), 0);
1147 public static @NonNull StorageVolume[] getVolumeList(int userId, int flags) { method in class:StorageManager
1169 return storageManager.getVolumeList(uid, packageName, flags);
1181 StorageVolume[] volumes = getVolumeList();
1192 return getPrimaryVolume(getVolumeList());
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2722 public StorageVolume[] getVolumeList(int uid, String packageName, int flags) { method in class:StorageManagerService

Completed in 564 milliseconds