Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/
DMaintenanceJobServiceTest.java197 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_TopicsKillSwitchOn()
251 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_SelectAdsKillSwitchOn()
307 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_SignalsDisabled()
392 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_killSwitchOnDoesFledgeJobWhenTopicsJobThrowsException()
459 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_killSwitchOnDoesTopicsJobWhenFledgeThrowsException()
521 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_globalKillswitchOverridesAll()
767 .reconcileInstalledApps(any(Context.class), /* currentEpochId */ anyLong()); in testOnStartJob_killSwitchOff()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/topics/
DTopicsWorker.java347 mAppUpdateManager.reconcileInstalledApps(context, mEpochManager.getCurrentEpochId()); in reconcileApplicationUpdate()
DAppUpdateManager.java263 public void reconcileInstalledApps(@NonNull Context context, long currentEpochId) { in reconcileInstalledApps() method in AppUpdateManager
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/topics/
DAppUpdateManagerTest.java685 appUpdateManager.reconcileInstalledApps(mContext, currentEpochId); in testReconcileInstalledApps()