Home
last modified time | relevance | path

Searched refs:STATE_NO_MANUAL_INTERACTIONS_RECORDED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/extdata/
DAdServicesExtDataStorageServiceManagerTest.java25 …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()
DAdServicesExtDataStorageServiceDebugProxyTest.java21 …rt static android.adservices.extdata.AdServicesExtDataParams.STATE_NO_MANUAL_INTERACTIONS_RECORDED;
62 .setManualInteractionWithConsentStatus(STATE_NO_MANUAL_INTERACTIONS_RECORDED)
DAdServicesExtDataStorageServiceWorkerTest.java22 …rt static android.adservices.extdata.AdServicesExtDataParams.STATE_NO_MANUAL_INTERACTIONS_RECORDED;
65 .setManualInteractionWithConsentStatus(STATE_NO_MANUAL_INTERACTIONS_RECORDED)
/packages/modules/AdServices/adservices/framework/java/android/adservices/extdata/
DAdServicesExtDataParams.java80 STATE_NO_MANUAL_INTERACTIONS_RECORDED,
92 public static final int STATE_NO_MANUAL_INTERACTIONS_RECORDED = -1; field in AdServicesExtDataParams