Searched refs:lastUpdatedTimes (Results 1 – 2 of 2) sorted by relevance
445 val lastUpdatedTimes = in getSafetyLabelsLastUpdatedTimes_noAppsPersisted_returnsEmptyMap() constant448 assertThat(lastUpdatedTimes).isEmpty() in getSafetyLabelsLastUpdatedTimes_noAppsPersisted_returnsEmptyMap()468 val lastUpdatedTimes = in getSafetyLabelsLastUpdatedTimes_appsPersisted_returnsLastUpdatedTimes() constant471 assertThat(lastUpdatedTimes) in getSafetyLabelsLastUpdatedTimes_appsPersisted_returnsLastUpdatedTimes()
112 val lastUpdatedTimes = mutableMapOf<AppInfo, Instant>() in <lambda>() constant116 lastUpdatedTimes[appHistory.appInfo] = lastSafetyLabelReceiptTime in <lambda>()120 return lastUpdatedTimes in <lambda>()