Home
last modified time | relevance | path

Searched defs:appsSafetyLabelHistory (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetylabel/
DAppsSafetyLabelHistoryPersistenceTest.kt88 val appsSafetyLabelHistory = in read_afterDeleted_returnsNull() constant
101 val appsSafetyLabelHistory = in read_afterWrite_noHistory_returnsIdenticalAppsSafetyLabelHistory() constant
113 val appsSafetyLabelHistory = in read_afterWrite_noSharing_returnsIdenticalAppsSafetyLabelHistory() constant
125 val appsSafetyLabelHistory = in read_afterWrite_returnsIdenticalAppsSafetyLabelHistory() constant
145 val appsSafetyLabelHistory = in read_afterWrite_defaultVersion_returnsInitialVersion() constant
156 val appsSafetyLabelHistory = in read_afterWrite_specifiedVersion_returnsSpecifiedVersion() constant
182 val appsSafetyLabelHistory = in recordSafetyLabel_noAppHistory_addsAppHistory() constant
202 val appsSafetyLabelHistory = in recordSafetyLabel_existingAppHistory_addsToHistory() constant
246 val appsSafetyLabelHistory = in recordSafetyLabel_noChangeToLastLabel_doesNothing() constant
263 val appsSafetyLabelHistory = in recordSafetyLabels_addsToHistory() constant
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DAppsSafetyLabelHistoryPersistence.kt314 val appsSafetyLabelHistory = parseAppsSafetyLabelHistory() in <lambda>() constant
605 val appsSafetyLabelHistory: AppsSafetyLabelHistory?, in <lambda>() constant in com.android.permissioncontroller.safetylabel.AppsSafetyLabelHistoryPersistence.AppsSafetyLabelHistoryFileContent