Searched refs:reconcileInstalledApps (Results 1 – 4 of 4) sorted by relevance
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/ |
D | MaintenanceJobServiceTest.java | 197 .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/ |
D | TopicsWorker.java | 347 mAppUpdateManager.reconcileInstalledApps(context, mEpochManager.getCurrentEpochId()); in reconcileApplicationUpdate()
|
D | AppUpdateManager.java | 263 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/ |
D | AppUpdateManagerTest.java | 685 appUpdateManager.reconcileInstalledApps(mContext, currentEpochId); in testReconcileInstalledApps()
|