Home
last modified time | relevance | path

Searched refs:setMsmtConsent (Results 1 – 21 of 21) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/extdata/
DAdServicesExtDataParamsTest.java31 .setMsmtConsent(-1) in testWriteToParcel()
62 .setMsmtConsent(-1) in testToString()
DGetAdServicesExtDataResultTest.java31 .setMsmtConsent(-1) in testWriteToParcel()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DAdExtDataConsentMigrationUtilsV2Test.java63 .setMsmtConsent(BOOLEAN_FALSE)
72 .setMsmtConsent(BOOLEAN_TRUE)
255 .setMsmtConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
319 .setMsmtConsent(true) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
531 .setMsmtConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
597 .setMsmtConsent(true) in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
DAdExtDataConsentMigrationUtilsTest.java64 .setMsmtConsent(BOOLEAN_FALSE)
73 .setMsmtConsent(BOOLEAN_TRUE)
255 .setMsmtConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
319 .setMsmtConsent(true) in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
527 .setMsmtConsent(false) in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
590 .setMsmtConsent(true) in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/extdata/
DAdServicesExtDataStorageServiceManager.java76 .setMsmtConsent(BOOLEAN_UNKNOWN)
289 public boolean setMsmtConsent(boolean isGiven) { in setMsmtConsent() method in AdServicesExtDataStorageServiceManager
292 .setMsmtConsent(isGiven ? BOOLEAN_TRUE : BOOLEAN_FALSE) in setMsmtConsent()
437 .setMsmtConsent(msmtConsent) in constructParams()
DAdServicesExtDataStorageServiceDebugProxy.java135 .setMsmtConsent( in getAdServicesExtData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/extdata/
DAdServicesExtDataStorageServiceManagerTest.java80 .setMsmtConsent(BOOLEAN_FALSE)
259 expect.that(mManager.setMsmtConsent(false)).isTrue(); in testSetMsmtConsent_withFalse()
269 expect.that(mManager.setMsmtConsent(true)).isTrue(); in testSetMsmtConsent_withTrue()
285 new AdServicesExtDataParams.Builder().setMsmtConsent(BOOLEAN_TRUE).build(); in testGetMsmtConsent_withOneRetrieved_returnsTrue()
DAdServicesExtDataStorageServiceDebugProxyTest.java59 .setMsmtConsent(BOOLEAN_FALSE)
DAdServicesExtDataStorageServiceWorkerTest.java62 .setMsmtConsent(BOOLEAN_FALSE)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsents.java52 public abstract AppConsents.Builder setMsmtConsent(boolean value); in setMsmtConsent() method in AppConsents.Builder
DAppConsentForRStorageManager.java192 mAdExtDataManager.setMsmtConsent(isGiven); in setConsent()
DAdExtDataConsentMigrationUtilsV2.java209 .setMsmtConsent(isMeasurementConsented) in migrateAdExtDataV2()
DConsentManagerV2.java995 .setMsmtConsent(consentKey) in migratePpApiConsentToSystemService()
1258 .setMsmtConsent( in migrateAppSearchConsents()
1394 .setMsmtConsent(appConsents == null || appConsents.getMsmtConsent()) in getConsentManagerStatsForLogging()
DAdExtDataConsentMigrationUtils.java237 .setMsmtConsent(isMeasurementConsented) in migrateAdExtData()
DConsentManager.java1840 .setMsmtConsent(consentKey)
2004 mAdExtDataManager.setMsmtConsent(isGiven);
2163 .setMsmtConsent(measurementConsented)
2760 .setMsmtConsent(appConsents == null || appConsents.getMsmtConsent())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DConsentMigrationStats.java128 public abstract Builder setMsmtConsent(boolean value); in setMsmtConsent() method in ConsentMigrationStats.Builder
/packages/modules/AdServices/adservices/framework/java/android/adservices/extdata/
DAdServicesExtDataParams.java261 public AdServicesExtDataParams.Builder setMsmtConsent(@TriStateBoolean int msmtConsent) { in setMsmtConsent() method in AdServicesExtDataParams.Builder
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DAppConsentForRStorageManagerTest.java152 verify(mAdExtDataManager).setMsmtConsent(eq(true)); in testSetMeasurementConsent()
DConsentManagerTest.java2575 .setMsmtConsent(true) in testMigratePpApiConsentToSystemServiceWithSuccessfulConsentMigrationLogging()
2617 .setMsmtConsent(true) in testMigratePpApiConsentToSystemServiceWithUnSuccessfulConsentMigrationLogging()
2652 .setMsmtConsent(true) in testMigratePpApiConsentToSystemServiceThrowsException()
2996 .setMsmtConsent(true) in testHandleConsentMigrationFromAppSearchIfNeeded()
3041 .setMsmtConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededSharedPrefsEditorUnsuccessful()
3077 .setMsmtConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededThrowsException()
3263 verify(mAdServicesExtDataManagerMock).setMsmtConsent(eq(true)); in testMeasurementConsentIsGivenAfterEnabling_ppapiAndAdExtDataServiceOnly()
3282 verify(mAdServicesExtDataManagerMock).setMsmtConsent(eq(false)); in testMeasurementConsentIsRevokedAfterDisabling_ppapiAndAdExtDataServiceOnly()
DConsentManagerV2Test.java2503 .setMsmtConsent(true) in testMigratePpApiConsentToSystemServiceWithSuccessfulConsentMigrationLogging()
2549 .setMsmtConsent(true) in testMigratePpApiConsentToSystemServiceWithUnSuccessfulConsentMigrationLogging()
2587 .setMsmtConsent(true) in testMigratePpApiConsentToSystemServiceThrowsException()
2924 .setMsmtConsent(true) in testHandleConsentMigrationFromAppSearchIfNeeded()
2968 .setMsmtConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededSharedPrefsEditorUnsuccessful()
3002 .setMsmtConsent(true) in testHandleConsentMigrationFromAppSearchIfNeededThrowsException()
3190 verify(mAdServicesExtDataManager).setMsmtConsent(eq(true)); in testMeasurementConsentIsGivenAfterEnabling_ppapiAndAdExtDataServiceOnly()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DStatsdAdServicesLoggerTest.java866 .setMsmtConsent(true) in logConsentMigrationStats_success()
903 .setMsmtConsent(true) in logConsentMigrationStats_disabled()