Searched refs:bytesStashedInMiB (Results 1 – 1 of 1) sorted by relevance
838 int bytesWrittenInMiB = -1, bytesStashedInMiB = -1; in parseLastInstallLog() local888 bytesStashedInMiB = (bytesStashedInMiB == -1) ? scaled : in parseLastInstallLog()889 bytesStashedInMiB + scaled; in parseLastInstallLog()912 if (bytesStashedInMiB != -1) { in parseLastInstallLog()913 MetricsLogger.histogram(context, "ota_stashed_in_MiBs", bytesStashedInMiB); in parseLastInstallLog()