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

Commit c260d2eb authored by Daniel Nishi's avatar Daniel Nishi
Browse files

Add in the getCacheQuotaBytes method to wrapper.

Bug: 62623731
Test: Settings Unit Test
Change-Id: Ibd779c7d9e60c44440483489b231ba0715321bc1
parent c7ea7eff
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -54,6 +54,10 @@ public class StorageStatsSource {
                mStorageStatsManager.queryStatsForPackage(volumeUuid, packageName, user));
                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
     * Static class that provides methods for querying the amount of external storage available as
     * well as breaking it up into several media types.
     * well as breaking it up into several media types.