Merge "Add in the getCacheQuotaBytes method to wrapper." into oc-dev am: f14c1e12cf
am: 58ad534db8
Change-Id: Ibef96b005e6227cd20c834b238f3561f2d7e218f
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user