Home
last modified time | relevance | path

Searched refs:reconcileUninstalledApps (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DMaintenanceJobServiceTest.java195 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_TopicsKillSwitchOn()
249 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_SelectAdsKillSwitchOn()
305 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_SignalsDisabled()
366 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_killSwitchOnDoesFledgeJobWhenTopicsJobThrowsException()
457 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_killSwitchOnDoesTopicsJobWhenFledgeThrowsException()
519 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_globalKillswitchOverridesAll()
765 .reconcileUninstalledApps(any(Context.class), eq(CURRENT_EPOCH_ID)); in testOnStartJob_killSwitchOff()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DTopicsWorker.java346 mAppUpdateManager.reconcileUninstalledApps(context, mEpochManager.getCurrentEpochId()); in reconcileApplicationUpdate()
DAppUpdateManager.java216 public void reconcileUninstalledApps(@NonNull Context context, long currentEpochId) { in reconcileUninstalledApps() method in AppUpdateManager
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java194 mAppUpdateManager.reconcileUninstalledApps(mContext, epochId1); in testReconcileUninstalledApps()
292 mAppUpdateManager.reconcileUninstalledApps(mContext, epoch4); in testReconcileUninstalledApps_handleTopicsWithoutContributor()
359 mAppUpdateManager.reconcileUninstalledApps(mContext, epoch2); in testReconcileUninstalledApps_contributorDeletionsToSameTopic()