Home
last modified time | relevance | path

Searched refs:MANUAL_INTERACTION_WITH_CONSENT_RECORDED (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java81 static final String MANUAL_INTERACTION_WITH_CONSENT_RECORDED = field in ConsentManager
310 mDatastore.put(MANUAL_INTERACTION_WITH_CONSENT_RECORDED, false); in recordUserManualInteractionWithConsent()
313 mDatastore.remove(MANUAL_INTERACTION_WITH_CONSENT_RECORDED); in recordUserManualInteractionWithConsent()
316 mDatastore.put(MANUAL_INTERACTION_WITH_CONSENT_RECORDED, true); in recordUserManualInteractionWithConsent()
338 mDatastore.get(MANUAL_INTERACTION_WITH_CONSENT_RECORDED); in getUserManualInteractionWithConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsentStorageManager.java193 mDatastore.get(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED); in getUserManualInteractionWithConsent()
310 mDatastore.put(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED, false); in recordUserManualInteractionWithConsent()
313 mDatastore.remove(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED); in recordUserManualInteractionWithConsent()
316 mDatastore.put(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED, true); in recordUserManualInteractionWithConsent()
DConsentConstants.java39 public static final String MANUAL_INTERACTION_WITH_CONSENT_RECORDED = field in ConsentConstants
DConsentManagerV2.java984 datastore.get(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED); in migratePpApiConsentToSystemService()
1121 datastore.put(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED, false); in storeUserManualInteractionToPpApi()
1124 datastore.remove(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED); in storeUserManualInteractionToPpApi()
1127 datastore.put(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED, true); in storeUserManualInteractionToPpApi()
DConsentManager.java1525 datastore.put(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED, false);
1528 datastore.remove(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED);
1531 datastore.put(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED, true);
1541 mDatastore.get(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED);
1829 datastore.get(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED);
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java21 …c com.android.adservices.service.consent.ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED;
2903 assertThat(mConsentDatastore.get(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED)) in testHandleConsentMigrationFromAppSearchIfNeeded()
3386 assertThat(mConsentDatastore.get(MANUAL_INTERACTION_WITH_CONSENT_RECORDED)).isNull(); in testManualInteractionWithConsentRecorded_SystemServerOnly()
3417 assertThat(mConsentDatastore.get(MANUAL_INTERACTION_WITH_CONSENT_RECORDED)).isTrue(); in testManualInteractionWithConsentRecorded_PpApiAndSystemServer()
DConsentManagerTest.java23 …c com.android.adservices.service.consent.ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED;
2966 assertThat(mConsentDatastore.get(ConsentConstants.MANUAL_INTERACTION_WITH_CONSENT_RECORDED)) in testHandleConsentMigrationFromAppSearchIfNeeded()
3670 assertThat(mConsentDatastore.get(MANUAL_INTERACTION_WITH_CONSENT_RECORDED)).isNull(); in testManualInteractionWithConsentRecorded_SystemServerOnly()
3701 assertThat(mConsentDatastore.get(MANUAL_INTERACTION_WITH_CONSENT_RECORDED)).isTrue(); in testManualInteractionWithConsentRecorded_PpApiAndSystemServer()