Searched refs:bootReasonKey (Results 1 – 1 of 1) sorted by relevance
95 String bootReasonKey = in onTestRunEnd() local102 metricsForDevice.computeIfPresent(bootReasonKey, (k, v) -> v + 1); in onTestRunEnd()103 metricsForDevice.computeIfAbsent(bootReasonKey, k -> 1); in onTestRunEnd()