Searched refs:appSafetyLabelHistories (Results 1 – 2 of 2) sorted by relevance
110 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>() constant360 appSafetyLabelHistories.add(parseAppSafetyLabelHistory()) in <lambda>()367 AppsSafetyLabelHistory(appSafetyLabelHistories), in <lambda>()515 fileContent.appsSafetyLabelHistory?.appSafetyLabelHistories?.forEach { in <lambda>()
27 data class AppsSafetyLabelHistory(val appSafetyLabelHistories: List<AppSafetyLabelHistory>) { in <lambda>() constant in com.android.permissioncontroller.safetylabel.AppsSafetyLabelHistory