Home
last modified time | relevance | path

Searched refs:getManualInteractionWithConsentStatus (Results 1 – 17 of 17) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/extdata/
DAdServicesExtDataStorageServiceManagerTest.java141 expect.that(result.getManualInteractionWithConsentStatus()) in testGetAdServicesExtData_onResultSet_returnsParams()
164 expect.that(result.getManualInteractionWithConsentStatus()).isEqualTo(STATE_UNKNOWN); in testGetAdServicesExtData_onErrorSet_returnsDefaultParams()
186 expect.that(result.getManualInteractionWithConsentStatus()).isEqualTo(STATE_UNKNOWN); in testGetAdServicesExtData_timedOut_returnsDefaultParams()
293 expect.that(mManager.getManualInteractionWithConsentStatus()) in testGetManualInteractionWithConsentStatus()
304 expect.that(mParamsCaptor.getValue().getManualInteractionWithConsentStatus()) in testSetManualInteractionWithConsentStatus()
455 expect.that(mParamsCaptor.getValue().getManualInteractionWithConsentStatus()) in testClearDataOnOtaAsync()
DAdServicesExtDataStorageServiceDebugProxyTest.java109 doReturn(TEST_PARAMS.getManualInteractionWithConsentStatus()) in testGetAdServicesExtData_onResultSet()
129 expect.that(adServicesExtDataParams.getManualInteractionWithConsentStatus()) in testGetAdServicesExtData_onResultSet()
130 .isEqualTo(TEST_PARAMS.getManualInteractionWithConsentStatus()); in testGetAdServicesExtData_onResultSet()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/extdata/
DAdServicesExtDataStorageServiceManager.java148 result.getManualInteractionWithConsentStatus()); in getAdServicesExtData()
321 public int getManualInteractionWithConsentStatus() { in getManualInteractionWithConsentStatus() method in AdServicesExtDataStorageServiceManager
322 return getAdServicesExtData().getManualInteractionWithConsentStatus(); in getManualInteractionWithConsentStatus()
483 .append(params.getManualInteractionWithConsentStatus()); in updateRequestToString()
DAdServicesExtDataStorageServiceDebugProxy.java104 params.getManualInteractionWithConsentStatus()); in setAdServicesExtData()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/consent/
DAdExtDataConsentMigrationUtilsV2Test.java240 TEST_PARAMS_WITH_ALL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
303 TEST_PARAMS_WITH_PARTIAL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeededV2_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
516 TEST_PARAMS_WITH_ALL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
581 TEST_PARAMS_WITH_PARTIAL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeededV2_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
DAdExtDataConsentMigrationUtilsTest.java240 TEST_PARAMS_WITH_ALL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
303 TEST_PARAMS_WITH_PARTIAL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeeded_onSWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
512 TEST_PARAMS_WITH_ALL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithFullData_migrationSuccessWithAdExtDataCleared()
574 TEST_PARAMS_WITH_PARTIAL_DATA.getManualInteractionWithConsentStatus()); in testHandleConsentMigrationFromAdExtDataIfNeeded_onTWithMigrationEligibleWithPartialDataWithFailedSharedPrefUpdate_migrationSuccessWithAdExtDataCleared()
/packages/modules/AdServices/adservices/tests/unittest/framework/src/android/adservices/extdata/
DGetAdServicesExtDataResultTest.java55 expect.that(fromParcel.getAdServicesExtDataParams().getManualInteractionWithConsentStatus()) in testWriteToParcel()
DAdServicesExtDataParamsTest.java50 expect.that(fromParcel.getManualInteractionWithConsentStatus()).isEqualTo(-1); in testWriteToParcel()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAppConsentForRStorageManager.java122 return mAdExtDataManager.getManualInteractionWithConsentStatus(); in getUserManualInteractionWithConsent()
DAdExtDataConsentMigrationUtilsV2.java200 int manualInteractionRecorded = dataFromR.getManualInteractionWithConsentStatus(); in migrateAdExtDataV2()
DAdExtDataConsentMigrationUtils.java222 int manualInteractionRecorded = dataFromR.getManualInteractionWithConsentStatus(); in migrateAdExtData()
DConsentManager.java1566 () -> mAdExtDataManager.getManualInteractionWithConsentStatus(),
/packages/modules/AdServices/adservices/framework/java/android/adservices/extdata/
DAdServicesExtDataParams.java207 public int getManualInteractionWithConsentStatus() { in getManualInteractionWithConsentStatus() method in AdServicesExtDataParams
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DAppConsentForRStorageManagerTest.java158 verify(mAdExtDataManager).getManualInteractionWithConsentStatus(); in testGetUserManualInteractionWithConsent()
DConsentManagerV2Test.java3455 when(mAdServicesExtDataManager.getManualInteractionWithConsentStatus()).thenReturn(UNKNOWN); in testManualInteractionWithConsentRecorded_ppapiAndAdExtDataServiceOnly()
3457 verify(mAdServicesExtDataManager).getManualInteractionWithConsentStatus(); in testManualInteractionWithConsentRecorded_ppapiAndAdExtDataServiceOnly()
3462 when(mAdServicesExtDataManager.getManualInteractionWithConsentStatus()) in testManualInteractionWithConsentRecorded_ppapiAndAdExtDataServiceOnly()
DConsentManagerTest.java3739 when(mAdServicesExtDataManagerMock.getManualInteractionWithConsentStatus()) in testManualInteractionWithConsentRecorded_ppapiAndAdExtDataServiceOnly()
3742 verify(mAdServicesExtDataManagerMock).getManualInteractionWithConsentStatus(); in testManualInteractionWithConsentRecorded_ppapiAndAdExtDataServiceOnly()
3747 when(mAdServicesExtDataManagerMock.getManualInteractionWithConsentStatus()) in testManualInteractionWithConsentRecorded_ppapiAndAdExtDataServiceOnly()
/packages/modules/AdServices/adservices/framework/api/
Dsystem-current.txt142 method public int getManualInteractionWithConsentStatus();