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

Commit 5e199391 authored by Aleksandr Lukin's avatar Aleksandr Lukin Committed by Android (Google) Code Review
Browse files

Merge "Fix wrong param passed in queryStatsForPackage" into main

parents 64180d29 24c47165
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -383,7 +383,7 @@ public class StorageStatsService extends IStorageStatsManager.Stub {
            return queryStatsForUid(volumeUuid, appInfo.uid, callingPackage);
            return queryStatsForUid(volumeUuid, appInfo.uid, callingPackage);
        } else {
        } else {
            // Multiple packages means we need to go manual
            // Multiple packages means we need to go manual
            final int appId = UserHandle.getUserId(appInfo.uid);
            final int appId = UserHandle.getAppId(appInfo.uid);
            final String[] packageNames = new String[] { packageName };
            final String[] packageNames = new String[] { packageName };
            final long[] ceDataInodes = new long[1];
            final long[] ceDataInodes = new long[1];
            String[] codePaths = new String[0];
            String[] codePaths = new String[0];