Searched refs:mAppUpdateManager (Results 1 – 2 of 2) sorted by relevance
76 private final AppUpdateManager mAppUpdateManager; field in TopicsWorker89 mAppUpdateManager = appUpdateManager; in TopicsWorker()346 mAppUpdateManager.reconcileUninstalledApps(context, mEpochManager.getCurrentEpochId()); in reconcileApplicationUpdate()347 mAppUpdateManager.reconcileInstalledApps(context, mEpochManager.getCurrentEpochId()); in reconcileApplicationUpdate()364 mAppUpdateManager.handleAppUninstallationInRealTime( in handleAppUninstallation()382 mAppUpdateManager.handleAppInstallationInRealTime( in handleAppInstallation()405 if (mAppUpdateManager.assignTopicsToSdkForAppInstallation( in handleSdkTopicsAssignment()
80 private AppUpdateManager mAppUpdateManager; field in AppUpdateManagerTest107 mAppUpdateManager = new AppUpdateManager(mDbHelper, mTopicsDao, new Random(), mMockFlags); in setup()194 mAppUpdateManager.reconcileUninstalledApps(mContext, epochId1); in testReconcileUninstalledApps()292 mAppUpdateManager.reconcileUninstalledApps(mContext, epoch4); in testReconcileUninstalledApps_handleTopicsWithoutContributor()359 mAppUpdateManager.reconcileUninstalledApps(mContext, epoch2); in testReconcileUninstalledApps_contributorDeletionsToSameTopic()395 assertThat(mAppUpdateManager.getUnhandledUninstalledApps(currentInstalledApps)) in testGetUnhandledUninstalledApps()425 assertThat(mAppUpdateManager.getUnhandledInstalledApps(currentInstalledApps)) in testGetUnhandledInstalledApps()515 mAppUpdateManager.deleteAppDataFromTableByApps(List.of(app2, app3)); in testDeleteAppDataFromTableByApps()582 mAppUpdateManager.deleteAppDataFromTableByApps(List.of(app)); in testDeleteAppDataFromTableByApps_encryptedTopicsTable()594 mAppUpdateManager.deleteAppDataFromTableByApps(List.of(app)); in testDeleteAppDataFromTableByApps_encryptedTopicsTable()[all …]