[go: nahoru, domu]

Searched refs:getVolumeList (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java834 return getStorageVolume(getVolumeList(), file);
839 return getStorageVolume(getVolumeList(userId, 0), file);
892 getVolumeList(UserHandle.myUserId(), FLAG_REAL_STATE | FLAG_INCLUDE_INVISIBLE));
903 return getVolumeList(UserHandle.myUserId(), FLAG_REAL_STATE | FLAG_INCLUDE_INVISIBLE)[0];
907 public @NonNull StorageVolume[] getVolumeList() { method in class:StorageManager
908 return getVolumeList(mContext.getUserId(), 0);
912 public static @NonNull StorageVolume[] getVolumeList(int userId, int flags) { method in class:StorageManager
934 return mountService.getVolumeList(uid, packageName, flags);
946 StorageVolume[] volumes = getVolumeList();
957 return getPrimaryVolume(getVolumeList());
[all...]
H A DIMountService.java779 public StorageVolume[] getVolumeList(int uid, String packageName, int flags) method in class:IMountService.Stub.Proxy
1826 StorageVolume[] result = getVolumeList(uid, packageName, _flags);
2373 public StorageVolume[] getVolumeList(int uid, String packageName, int flags) throws RemoteException; method in interface:IMountService
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java27 mVolumes = mgr.getVolumeList();
/frameworks/base/core/java/android/os/
H A DEnvironment.java87 final StorageVolume[] volumes = StorageManager.getVolumeList(mUserId,
/frameworks/base/services/core/java/com/android/server/
H A DMountService.java3004 public StorageVolume[] getVolumeList(int uid, String packageName, int flags) { method in class:MountService

Completed in 92 milliseconds