Home
last modified time | relevance | path

Searched refs:recordUserManualInteractionWithConsent (Results 1 – 25 of 39) sorted by relevance

12

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaFragment.java135 .recordUserManualInteractionWithConsent( in setupListeners()
266 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
278 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
DConsentNotificationGaV2Screen2Fragment.java117 .recordUserManualInteractionWithConsent( in setupListeners()
224 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentCompositeStorageTest.java102 consentCompositeStorage.recordUserManualInteractionWithConsent(1); in testAllWriteMethods()
142 Mockito.verify(consentStorage).recordUserManualInteractionWithConsent(eq(1)); in verifySetMethodCalled()
DAdServicesStorageManagerTest.java324 mAdServicesStorageManager.recordUserManualInteractionWithConsent( in testManualInteractionWithConsentRecorded()
331 verify(mMockIAdServicesManager).recordUserManualInteractionWithConsent(anyInt()); in testManualInteractionWithConsentRecorded()
DAppConsentForRStorageManagerTest.java164 mAppConsentForRStorageManager.recordUserManualInteractionWithConsent(userInteraction); in testSetUserManualInteractionWithConsent()
DConsentManagerV2Test.java2647 verify(mMockIAdServicesManager, never()).recordUserManualInteractionWithConsent(anyInt()); in testHandleConsentMigrationFromAppSearchIfNeeded_ExtServices()
2872 .recordUserManualInteractionWithConsent(anyInt()); in testHandleConsentMigrationFromAppSearchIfNeeded_notMigrated()
2905 verify(mAdServicesStorageManager).recordUserManualInteractionWithConsent(anyInt()); in testHandleConsentMigrationFromAppSearchIfNeeded()
3354 spyConsentManager.recordUserManualInteractionWithConsent(MANUAL_INTERACTIONS_RECORDED); in testManualInteractionWithConsentRecorded_PpApiOnly()
3360 verify(mMockIAdServicesManager, never()).recordUserManualInteractionWithConsent(anyInt()); in testManualInteractionWithConsentRecorded_PpApiOnly()
3377 spyConsentManager.recordUserManualInteractionWithConsent(MANUAL_INTERACTIONS_RECORDED); in testManualInteractionWithConsentRecorded_SystemServerOnly()
3383 verify(mMockIAdServicesManager).recordUserManualInteractionWithConsent(anyInt()); in testManualInteractionWithConsentRecorded_SystemServerOnly()
3408 spyConsentManager.recordUserManualInteractionWithConsent(MANUAL_INTERACTIONS_RECORDED); in testManualInteractionWithConsentRecorded_PpApiAndSystemServer()
3414 verify(mMockIAdServicesManager).recordUserManualInteractionWithConsent(anyInt()); in testManualInteractionWithConsentRecorded_PpApiAndSystemServer()
3434 spyConsentManager.recordUserManualInteractionWithConsent(MANUAL_INTERACTIONS_RECORDED); in testManualInteractionWithConsentRecorded_appSearchOnly()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DAdExtDataConsentMigrationUtilsV2Test.java239 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
302 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
515 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
580 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
DAdExtDataConsentMigrationUtilsTest.java239 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
302 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
511 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
573 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdExtDataConsentMigrationUtils.java226 appSearchConsentManager.recordUserManualInteractionWithConsent( in migrateAdExtData()
229 adServicesManager.recordUserManualInteractionWithConsent( in migrateAdExtData()
DAdServicesStorageManager.java261 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AdServicesStorageManager
262 mAdServicesManager.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
DAppConsentForRStorageManager.java168 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AppConsentForRStorageManager
DIConsentStorage.java177 void recordUserManualInteractionWithConsent(int interaction) throws IOException; in recordUserManualInteractionWithConsent() method
DConsentManagerV2.java806 public void recordUserManualInteractionWithConsent(@UserManualInteraction int interaction) { in recordUserManualInteractionWithConsent() method in ConsentManagerV2
807 mConsentCompositeStorage.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
986 adServicesManager.recordUserManualInteractionWithConsent( in migratePpApiConsentToSystemService()
1192 adServicesStorageManager.recordUserManualInteractionWithConsent( in handleConsentMigrationFromAppSearchIfNeeded()
DConsentManager.java1462 public void recordUserManualInteractionWithConsent(@UserManualInteraction int interaction) {
1464 ConsentManagerV2.getInstance().recordUserManualInteractionWithConsent(interaction);
1469 () -> mAdServicesManager.recordUserManualInteractionWithConsent(interaction),
1470 () -> mAppSearchConsentManager.recordUserManualInteractionWithConsent(interaction),
1831 adServicesManager.recordUserManualInteractionWithConsent(
2067 adServicesManager.recordUserManualInteractionWithConsent(manualInteractionRecorded);
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java123 .recordUserManualInteractionWithConsent( in setupListeners()
253 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/
DConsentManagerTest.java315 consentManager.recordUserManualInteractionWithConsent(1); in testSetUserManualInteractionWithConsentToTrue()
325 consentManager.recordUserManualInteractionWithConsent(-1); in testSetUserManualInteractionWithConsentToFalse()
335 consentManager.recordUserManualInteractionWithConsent(0); in testSetUserManualInteractionWithConsentToUnknown()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl110 void recordUserManualInteractionWithConsent(in int interactionId); in recordUserManualInteractionWithConsent() method
DAdServicesManager.java173 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AdServicesManager
175 mService.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/
DMainViewModel.java91 .recordUserManualInteractionWithConsent( in setConsent()
DMeasurementViewModel.java95 .recordUserManualInteractionWithConsent( in setMeasurementConsent()
DTopicsViewModel.java202 .recordUserManualInteractionWithConsent( in setTopicsConsent()
DAppsViewModel.java202 .recordUserManualInteractionWithConsent( in setAppsConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/impl/
DConsentNotificationResetChannel.java81 consentManager.recordUserManualInteractionWithConsent(NO_MANUAL_INTERACTIONS_RECORDED); in enroll()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java324 public void recordUserManualInteractionWithConsent( in recordUserManualInteractionWithConsent() method in AppSearchConsentManager
326 mAppSearchConsentWorker.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
DAppSearchConsentStorageManager.java428 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AppSearchConsentStorageManager
429 mAppSearchConsentWorker.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()

12