Searched refs:getAppsStore (Results 1 – 9 of 9) sorted by relevance
107 mAppsView.getAppsStore()::updateNotificationDots); in initUi()213 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()290 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
77 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate()
82 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()87 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()
91 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow()97 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
101 mLauncher.getAppsView().getAppsStore().registerIconContainer(this); in updateVisibility()103 mLauncher.getAppsView().getAppsStore().unregisterIconContainer(this); in updateVisibility()
89 launcher.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in resumeAppStoreUpdate()150 launcher.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in testWorkEduFlow()
88 l -> l.getAppsView().getAppsStore().getDeferUpdatesFlags()); in call()
1408 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()2108 mAppsView.getAppsStore() in clearPendingBinds()2542 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in executeOnNextDraw()2543 mPendingExecutor.execute(() -> mAppsView.getAppsStore().disableDeferUpdates( in executeOnNextDraw()2637 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()2652 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()
217 public AllAppsStore getAppsStore() { in getAppsStore() method in AllAppsContainerView