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

Commit 531e6e13 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix testVerifyStatsExternalConsistent case" into android10-tests-dev am: f9e600c1

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1179609

Change-Id: Id19160801137a718d337050e9ab4a219008dc90b
parents 40b131e0 f9e600c1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2194,6 +2194,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();
    }