More detail on the “Exposure Notifications” part of this page:
Hashing of GPS points - Design
That article originally showed this image as an example of how an Exposure Duration is calculated.
...
However, there could be multiple disjoint such ocurrences in a day - which does not fit with the current App display capabilities.
The current pre-MVP1 App function only supports display of a single Exposure per-day.
Therefore, rather than worrying about durations of individual bursts of exposures, for MVP1 the App simply adds up how many 5 minute time intervals fall within a block of 6, of which at least 66% have matches (these 6 & 66% numbers are adjustable by the Health Authority, as explained elsewhere in the design).
For each such 5 minute time interval, we add 5 minutes to the total exposure for the day and report that. In MVP1 the minimum exposure duration that can be reported is 30 mins. There will only be one exposure notification per-day, which could in theory be up to 24 hours long.
...