/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/ |
D | ConsentNotificationGaFragment.java | 135 .recordUserManualInteractionWithConsent( in setupListeners() 266 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked() 278 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
|
D | ConsentNotificationGaV2Screen2Fragment.java | 117 .recordUserManualInteractionWithConsent( in setupListeners() 224 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/ |
D | ConsentCompositeStorageTest.java | 102 consentCompositeStorage.recordUserManualInteractionWithConsent(1); in testAllWriteMethods() 142 Mockito.verify(consentStorage).recordUserManualInteractionWithConsent(eq(1)); in verifySetMethodCalled()
|
D | AdServicesStorageManagerTest.java | 324 mAdServicesStorageManager.recordUserManualInteractionWithConsent( in testManualInteractionWithConsentRecorded() 331 verify(mMockIAdServicesManager).recordUserManualInteractionWithConsent(anyInt()); in testManualInteractionWithConsentRecorded()
|
D | AppConsentForRStorageManagerTest.java | 164 mAppConsentForRStorageManager.recordUserManualInteractionWithConsent(userInteraction); in testSetUserManualInteractionWithConsent()
|
D | ConsentManagerV2Test.java | 2647 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/ |
D | AdExtDataConsentMigrationUtilsV2Test.java | 239 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared() 302 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared() 515 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared() 580 .recordUserManualInteractionWithConsent( in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
|
D | AdExtDataConsentMigrationUtilsTest.java | 239 .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/ |
D | AdExtDataConsentMigrationUtils.java | 226 appSearchConsentManager.recordUserManualInteractionWithConsent( in migrateAdExtData() 229 adServicesManager.recordUserManualInteractionWithConsent( in migrateAdExtData()
|
D | AdServicesStorageManager.java | 261 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AdServicesStorageManager 262 mAdServicesManager.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
|
D | AppConsentForRStorageManager.java | 168 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AppConsentForRStorageManager
|
D | IConsentStorage.java | 177 void recordUserManualInteractionWithConsent(int interaction) throws IOException; in recordUserManualInteractionWithConsent() method
|
D | ConsentManagerV2.java | 806 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()
|
D | ConsentManager.java | 1462 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/ |
D | ConsentNotificationFragment.java | 123 .recordUserManualInteractionWithConsent( in setupListeners() 253 .recordUserManualInteractionWithConsent( in onMoreOrAcceptClicked()
|
/packages/modules/AdServices/adservices/tests/unittest/system-service/src/com/android/server/adservices/consent/ |
D | ConsentManagerTest.java | 315 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/ |
D | IAdServicesManager.aidl | 110 void recordUserManualInteractionWithConsent(in int interactionId); in recordUserManualInteractionWithConsent() method
|
D | AdServicesManager.java | 173 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/ |
D | MainViewModel.java | 91 .recordUserManualInteractionWithConsent( in setConsent()
|
D | MeasurementViewModel.java | 95 .recordUserManualInteractionWithConsent( in setMeasurementConsent()
|
D | TopicsViewModel.java | 202 .recordUserManualInteractionWithConsent( in setTopicsConsent()
|
D | AppsViewModel.java | 202 .recordUserManualInteractionWithConsent( in setAppsConsent()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/ui/enrollment/impl/ |
D | ConsentNotificationResetChannel.java | 81 consentManager.recordUserManualInteractionWithConsent(NO_MANUAL_INTERACTIONS_RECORDED); in enroll()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
D | AppSearchConsentManager.java | 324 public void recordUserManualInteractionWithConsent( in recordUserManualInteractionWithConsent() method in AppSearchConsentManager 326 mAppSearchConsentWorker.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
|
D | AppSearchConsentStorageManager.java | 428 public void recordUserManualInteractionWithConsent(int interaction) { in recordUserManualInteractionWithConsent() method in AppSearchConsentStorageManager 429 mAppSearchConsentWorker.recordUserManualInteractionWithConsent(interaction); in recordUserManualInteractionWithConsent()
|