Searched refs:bytesStashedInMiB (Results 1 – 1 of 1) sorted by relevance
944 int bytesWrittenInMiB = -1, bytesStashedInMiB = -1; in parseLastInstallLog() local996 bytesStashedInMiB = (bytesStashedInMiB == -1) ? scaled : in parseLastInstallLog()997 bytesStashedInMiB + scaled; in parseLastInstallLog()1024 if (bytesStashedInMiB != -1) { in parseLastInstallLog()1025 MetricsLogger.histogram(context, "ota_stashed_in_MiBs", bytesStashedInMiB); in parseLastInstallLog()