Searched refs:PURPOSE_APP_FUNCTIONALITY (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Permission/SafetyLabel/tests/java/com/android/permission/safetylabel/ |
D | DataTypeTest.kt | 23 import com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_APP_FUNCTIONALITY 170 assertThat(type.purposeSet).containsExactly(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING) in getDataTypeMap_dataCollected_validCategory_validBundle_validateSingleExpectedType() 186 assertThat(type.purposeSet).containsExactly(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING) in getDataTypeMap_dataShared_validCategory_validBundle_validateSingleExpectedType() 208 .containsExactly(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING) in getDataType_dataCollected_validDataType() 221 .containsExactly(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING) in getDataType_dataShared_validDataType() 239 .containsExactly(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING) in getDataType_validDataTypeWithAddedInvalidPurpose_onlyValidPurposes() 276 .containsExactly(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING) in getDataType_dataCollected_validDataType_noUserControl_noEphemeral()
|
D | SafetyLabelTestPersistableBundles.kt | 26 import com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_APP_FUNCTIONALITY in <lambda>() 343 putIntArray(KEY_PURPOSES, intArrayOf(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING)) in <lambda>()
|
/packages/modules/Permission/SafetyLabel/java/com/android/permission/safetylabel/ |
D | DataPurposeConstants.java | 40 PURPOSE_APP_FUNCTIONALITY, 50 public static final int PURPOSE_APP_FUNCTIONALITY = 1; field in DataPurposeConstants 66 PURPOSE_APP_FUNCTIONALITY,
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/v34/ |
D | PermissionRationaleActivity.java | 28 import static com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_APP_FUNCTIONALITY; 133 PURPOSE_APP_FUNCTIONALITY, 467 case PURPOSE_APP_FUNCTIONALITY: in getStringForPurpose()
|