Searched refs:MANUAL_INTERACTION_WITH_CONSENT_RECORDED (Results 1 – 7 of 7) sorted by relevance
81 static final String MANUAL_INTERACTION_WITH_CONSENT_RECORDED = field in ConsentManager310 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()
193 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()
39 public static final String MANUAL_INTERACTION_WITH_CONSENT_RECORDED = field in ConsentConstants
984 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()
1525 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);
21 …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()
23 …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()