Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DAppsSafetyLabelHistoryPersistence.kt82 fun read(file: File): AppsSafetyLabelHistoryFileContent { in <lambda>()
103 return AppsSafetyLabelHistoryFileContent(appsSafetyLabelHistory = null, INITIAL_VERSION) in <lambda>()
255 write(file, AppsSafetyLabelHistoryFileContent(appsSafetyLabelHistory, CURRENT_VERSION)) in <lambda>()
261 fun write(file: File, fileContent: AppsSafetyLabelHistoryFileContent) { in <lambda>()
321 private fun XmlPullParser.parseHistoryFile(): AppsSafetyLabelHistoryFileContent { in <lambda>()
339 private fun XmlPullParser.parseAppsSafetyLabelHistory(): AppsSafetyLabelHistoryFileContent { in <lambda>()
366 return AppsSafetyLabelHistoryFileContent( in <lambda>()
511 fileContent: AppsSafetyLabelHistoryFileContent in <lambda>()
628 data class AppsSafetyLabelHistoryFileContent( in <lambda>() class
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetylabel/
DAppsSafetyLabelHistoryPersistenceTest.kt31 …ermissioncontroller.safetylabel.AppsSafetyLabelHistoryPersistence.AppsSafetyLabelHistoryFileContent
171 AppsSafetyLabelHistoryFileContent(appsSafetyLabelHistory, 5) in read_afterWrite_specifiedVersion_returnsSpecifiedVersion()