Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DAppsSafetyLabelHistoryPersistence.kt110 read(file).appsSafetyLabelHistory?.appSafetyLabelHistories ?: return emptyMap() in <lambda>()
133 val currentHistories = currentAppsSafetyLabelHistory.appSafetyLabelHistories in <lambda>()
169 val currentAppHistories = currentAppsSafetyLabelHistory.appSafetyLabelHistories in <lambda>()
209 currentAppsSafetyLabelHistory.appSafetyLabelHistories.filter { in <lambda>()
226 currentAppsSafetyLabelHistory.appSafetyLabelHistories.map { appHistory -> in <lambda>()
295 return currentAppsSafetyLabelHistory.appSafetyLabelHistories.mapNotNull { in <lambda>()
358 val appSafetyLabelHistories = mutableListOf<AppSafetyLabelHistory>() in <lambda>() constant
360 appSafetyLabelHistories.add(parseAppSafetyLabelHistory()) in <lambda>()
367 AppsSafetyLabelHistory(appSafetyLabelHistories), in <lambda>()
515 fileContent.appsSafetyLabelHistory?.appSafetyLabelHistories?.forEach { in <lambda>()
DAppsSafetyLabelHistory.kt27 data class AppsSafetyLabelHistory(val appSafetyLabelHistories: List<AppSafetyLabelHistory>) { in <lambda>() constant in com.android.permissioncontroller.safetylabel.AppsSafetyLabelHistory