Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41b743d8 authored by Daniel Nishi's avatar Daniel Nishi Committed by android-build-merger
Browse files

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

am: f14c1e12

Change-Id: I48c0c952d4679304d1adcda238e93c6bdd133110
parents f71b0bed f14c1e12
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.