Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/v34/
DSafetyLabelChangesJobService.kt244 val historyFile = AppsSafetyLabelHistoryPersistence.getSafetyLabelHistoryFile(context) in <lambda>() constant
246 AppsSafetyLabelHistoryPersistence.getSafetyLabelsLastUpdatedTimes(historyFile) in <lambda>()
276 AppsSafetyLabelHistoryPersistence.recordSafetyLabels(safetyLabelsToRecord, historyFile) in <lambda>()
387 val historyFile = AppsSafetyLabelHistoryPersistence.getSafetyLabelHistoryFile(context) in <lambda>() constant
389 AppsSafetyLabelHistoryPersistence.getSafetyLabelsLastUpdatedTimes(historyFile) in <lambda>()
406 AppsSafetyLabelHistoryPersistence.deleteSafetyLabelsForApps(appInfosToDelete, historyFile) in <lambda>()
416 historyFile in <lambda>()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DSafetyLabelChangedBroadcastReceiver.kt175 val historyFile = AppsSafetyLabelHistoryPersistence.getSafetyLabelHistoryFile(context) in writeSafetyLabel() constant
177 AppsSafetyLabelHistoryPersistence.recordSafetyLabel(safetyLabelForPersistence, historyFile) in writeSafetyLabel()