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

Commit f9e600c1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix testVerifyStatsExternalConsistent case" into android10-tests-dev

parents 7eca3198 5d64ddfe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1996,6 +1996,9 @@ binder::Status InstalldNativeService::getExternalSize(const std::unique_ptr<std:
        auto obbPath = StringPrintf("%s/Android/obb",
                create_data_media_path(uuid_, userId).c_str());
        calculate_tree_size(obbPath, &obbSize);
        if (!(flags & FLAG_USE_QUOTA)) {
            totalSize -= obbSize;
        }
        ATRACE_END();
    }