Searched refs:PURPOSE_ADVERTISING (Results 1 – 7 of 7) sorted by relevance
22 import com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_ADVERTISING170 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()
25 import com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_ADVERTISING in <lambda>()343 putIntArray(KEY_PURPOSES, intArrayOf(PURPOSE_APP_FUNCTIONALITY, PURPOSE_ADVERTISING)) in <lambda>()
44 PURPOSE_ADVERTISING,54 public static final int PURPOSE_ADVERTISING = 5; field in DataPurposeConstants70 PURPOSE_ADVERTISING,
228 private const val PURPOSE_ADVERTISING = 5 constant267 putIntArray(PURPOSES_KEY, listOf(PURPOSE_ADVERTISING).toIntArray()) in createDataSharedWithLocationWithAds()283 putIntArray(PURPOSES_KEY, listOf(PURPOSE_ADVERTISING).toIntArray()) in createDataSharedWithFinanceWithAds()299 putIntArray(PURPOSES_KEY, listOf(PURPOSE_ADVERTISING).toIntArray()) in createDataSharedWithLocationAndFinanceWithAds()308 putIntArray(PURPOSES_KEY, listOf(PURPOSE_ADVERTISING).toIntArray()) in createDataSharedWithLocationAndFinanceWithAds()
22 import com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_ADVERTISING in <lambda>()139 it.purposeSet.contains(PURPOSE_ADVERTISING) in <lambda>()
169 putIntArray(KEY_PURPOSES, listOf(PURPOSE_ADVERTISING).toIntArray()) in createAppMetadataWithLocationSharingAds()206 private const val PURPOSE_ADVERTISING = 5 constant
26 import static com.android.permission.safetylabel.DataPurposeConstants.PURPOSE_ADVERTISING;136 PURPOSE_ADVERTISING,475 case PURPOSE_ADVERTISING: in getStringForPurpose()