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
127 val appsSafetyLabelHistory = in read_afterWrite_returnsIdenticalAppsSafetyLabelHistory() constant
150 val appsSafetyLabelHistory = in read_afterWrite_defaultVersion_returnsInitialVersion() constant
163 val appsSafetyLabelHistory = in read_afterWrite_specifiedVersion_returnsSpecifiedVersion() constant
198 val appsSafetyLabelHistory = in recordSafetyLabel_noAppHistory_addsAppHistory() constant
227 val appsSafetyLabelHistory = in recordSafetyLabel_existingAppHistory_addsToHistory() constant
285 val appsSafetyLabelHistory = in recordSafetyLabel_noChangeToLastLabel_doesNothing() constant
305 val appsSafetyLabelHistory = in recordSafetyLabels_addsToHistory() constant
[all …]
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DAppsSafetyLabelHistoryPersistence.kt327 val appsSafetyLabelHistory = parseAppsSafetyLabelHistory() in <lambda>() constant
629 val appsSafetyLabelHistory: AppsSafetyLabelHistory?, in <lambda>() constant in com.android.permissioncontroller.safetylabel.AppsSafetyLabelHistoryPersistence.AppsSafetyLabelHistoryFileContent