Merge "Add in the getCacheQuotaBytes method to wrapper." into oc-dev

am: f14c1e12cf

Change-Id: Ied7c80b4b9e58fa0d5b31e7a7bce33028e55337b
This commit is contained in:
Daniel Nishi
2017-06-23 04:19:13 +00:00
committed by android-build-merger

View File

@@ -54,6 +54,10 @@ public class StorageStatsSource {
mStorageStatsManager.queryStatsForPackage(volumeUuid, packageName, user));
}
public long getCacheQuotaBytes(String volumeUuid, int uid) {
return mStorageStatsManager.getCacheQuotaBytes(volumeUuid, uid);
}
/**
* Static class that provides methods for querying the amount of external storage available as
* well as breaking it up into several media types.