Searched refs:bytesStashedInMiB (Results 1 – 1 of 1) sorted by relevance
727 int bytesWrittenInMiB = -1, bytesStashedInMiB = -1; in parseLastInstallLog() local773 bytesStashedInMiB = (bytesStashedInMiB == -1) ? scaled : in parseLastInstallLog()774 bytesStashedInMiB + scaled; in parseLastInstallLog()791 if (bytesStashedInMiB != -1) { in parseLastInstallLog()792 MetricsLogger.histogram(context, "ota_stashed_in_MiBs", bytesStashedInMiB); in parseLastInstallLog()