Searched refs:STATE_NO_MANUAL_INTERACTIONS_RECORDED (Results 1 – 4 of 4) sorted by relevance
25 …rt static android.adservices.extdata.AdServicesExtDataParams.STATE_NO_MANUAL_INTERACTIONS_RECORDED;83 .setManualInteractionWithConsentStatus(STATE_NO_MANUAL_INTERACTIONS_RECORDED)142 .isEqualTo(STATE_NO_MANUAL_INTERACTIONS_RECORDED); in testGetAdServicesExtData_onResultSet_returnsParams()294 .isEqualTo(STATE_NO_MANUAL_INTERACTIONS_RECORDED); in testGetManualInteractionWithConsentStatus()302 STATE_NO_MANUAL_INTERACTIONS_RECORDED)) in testSetManualInteractionWithConsentStatus()305 .isEqualTo(STATE_NO_MANUAL_INTERACTIONS_RECORDED); in testSetManualInteractionWithConsentStatus()
21 …rt static android.adservices.extdata.AdServicesExtDataParams.STATE_NO_MANUAL_INTERACTIONS_RECORDED;62 .setManualInteractionWithConsentStatus(STATE_NO_MANUAL_INTERACTIONS_RECORDED)
22 …rt static android.adservices.extdata.AdServicesExtDataParams.STATE_NO_MANUAL_INTERACTIONS_RECORDED;65 .setManualInteractionWithConsentStatus(STATE_NO_MANUAL_INTERACTIONS_RECORDED)
80 STATE_NO_MANUAL_INTERACTIONS_RECORDED,92 public static final int STATE_NO_MANUAL_INTERACTIONS_RECORDED = -1; field in AdServicesExtDataParams