Home
last modified time | relevance | path

Searched defs:dataLabel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/SafetyLabel/tests/java/com/android/permission/safetylabel/
DDataLabelTest.kt38 val dataLabel: DataLabel? = DataLabel.getDataLabel(null) in getDataLabel_nullBundle_nullDataLabel() constant
45 val dataLabel: DataLabel? = DataLabel.getDataLabel(PersistableBundle.EMPTY) in getDataLabel_emptyBundle_nullDataLabel() constant
52 val dataLabel: DataLabel? = in getDataLabel_invalidBundle_nullDataLabel() constant
60 val dataLabel: DataLabel? = in getDataLabel_nullDataCollectedBundle_dataCollectedEmpty() constant
70 val dataLabel: DataLabel? = in getDataLabel_nullDataSharedBundle_dataSharedEmpty() constant
80 val dataLabel: DataLabel? = in getDataLabel_emptyDataCollectedBundle_dataCollectedEmpty() constant
90 val dataLabel: DataLabel? = in getDataLabel_emptyDataSharedBundle_dataSharedEmpty() constant
100 val dataLabel: DataLabel? = in getDataLabel_invalidDataCollectedBundle_dataCollectedEmpty() constant
110 val dataLabel: DataLabel? = in getDataLabel_invalidDataSharedBundle_dataSharedEmpty() constant
120 val dataLabel: DataLabel? = DataLabel.getDataLabel(createSafetyLabelPersistableBundle()) in getDataLabel_validBundle() constant
/packages/modules/Permission/SafetyLabel/java/com/android/permission/safetylabel/
DSafetyLabel.java35 private SafetyLabel(@NonNull DataLabel dataLabel) { in SafetyLabel()
65 DataLabel dataLabel = DataLabel.getDataLabel(safetyLabelBundle); in getSafetyLabelFromMetadata() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetylabel/
DAppsSafetyLabelHistory.kt77 val dataLabel: DataLabel in <lambda>() constant in com.android.permissioncontroller.safetylabel.AppsSafetyLabelHistory.SafetyLabel
DAppsSafetyLabelHistoryPersistence.kt390 val dataLabel = parseDataLabel() in <lambda>() constant