Home
last modified time | relevance | path

Searched refs:lastUpdatedTimes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetylabel/
DAppsSafetyLabelHistoryPersistenceTest.kt445 val lastUpdatedTimes = in getSafetyLabelsLastUpdatedTimes_noAppsPersisted_returnsEmptyMap() constant
448 assertThat(lastUpdatedTimes).isEmpty() in getSafetyLabelsLastUpdatedTimes_noAppsPersisted_returnsEmptyMap()
468 val lastUpdatedTimes = in getSafetyLabelsLastUpdatedTimes_appsPersisted_returnsLastUpdatedTimes() constant
471 assertThat(lastUpdatedTimes) in getSafetyLabelsLastUpdatedTimes_appsPersisted_returnsLastUpdatedTimes()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DAppsSafetyLabelHistoryPersistence.kt112 val lastUpdatedTimes = mutableMapOf<AppInfo, Instant>() in <lambda>() constant
116 lastUpdatedTimes[appHistory.appInfo] = lastSafetyLabelReceiptTime in <lambda>()
120 return lastUpdatedTimes in <lambda>()