Home
last modified time | relevance | path

Searched refs:safetyLabelForPersistence (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/safetylabel/
DAppsSafetyLabelHistoryTest.kt121 val safetyLabelForPersistence = in extractLocationSharingSafetyLabel_noSharing_returnsSafetyLabelForPersistence() constant
128 assertThat(safetyLabelForPersistence) in extractLocationSharingSafetyLabel_noSharing_returnsSafetyLabelForPersistence()
138 val safetyLabelForPersistence = in extractLocationSharingSafetyLabel_locationSharingNoAds_returnsSafetyLabelForPersistence() constant
145 assertThat(safetyLabelForPersistence) in extractLocationSharingSafetyLabel_locationSharingNoAds_returnsSafetyLabelForPersistence()
161 val safetyLabelForPersistence = in extractLocationSharingSafetyLabel_locationSharingAds_returnsSafetyLabelForPersistence() constant
168 assertThat(safetyLabelForPersistence) in extractLocationSharingSafetyLabel_locationSharingAds_returnsSafetyLabelForPersistence()
184 val safetyLabelForPersistence = in extractLocationSharingSafetyLabel_financeCategory_returnsEmptySafetyLabel() constant
191 assertThat(safetyLabelForPersistence) in extractLocationSharingSafetyLabel_financeCategory_returnsEmptySafetyLabel()
202 val safetyLabelForPersistence = in extractLocationSharingSafetyLabel_locationFinance_returnsLocationSafetyLabel() constant
209 assertThat(safetyLabelForPersistence) in extractLocationSharingSafetyLabel_locationFinance_returnsLocationSafetyLabel()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DSafetyLabelChangedBroadcastReceiver.kt169 val safetyLabelForPersistence: SafetyLabelForPersistence = in writeSafetyLabel() constant
177 AppsSafetyLabelHistoryPersistence.recordSafetyLabel(safetyLabelForPersistence, historyFile) in writeSafetyLabel()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/v34/
DSafetyLabelChangesJobService.kt374 val safetyLabelForPersistence: SafetyLabelForPersistence = in <lambda>() constant
381 return safetyLabelForPersistence in <lambda>()