Searched refs:getAppsStore (Results 1 – 17 of 17) sorted by relevance
109 launcher.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in removeWorkProfile()128 launcher.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in waitForWorkTabSetup()172 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in toggleWorks()214 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in waitForWorkCard()220 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in waitForWorkCard()
92 mAppsView.getAppsStore().setApps( in setApps()126 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()187 mAppsView.getAppsStore().setApps(mApps, mAppsModelFlags, mPackageUserKeytoUidMap, false); in show()
68 mAllAppsStore = mAppsView.getAppsStore(); in TestSandboxModelContextWrapper()77 mAllAppsStore = mAppsView.getAppsStore(); in TestSandboxModelContextWrapper()
105 boolean isEnabled = !mAllApps.getAppsStore().hasModelFlag(quietModeFlag); in reset()133 if (!mAllApps.getAppsStore().hasModelFlag( in attachWorkModeSwitch()181 return Stream.of(mAllApps.getAppsStore().getApps()).anyMatch(getItemInfoMatcher()); in hasWorkApps()
213 boolean isEnabled = !mAllApps.getAppsStore() in reset()
971 public AllAppsStore<T> getAppsStore() { in getAppsStore() method in ActivityAllAppsContainerView
96 mActivityAllAppsContainerView.getAppsStore().setApps(EMPTY_ARRAY, 0, null); in testOnAppsUpdatedWithoutWorkApps_shouldShowTabsIsFalse()105 mActivityAllAppsContainerView.getAppsStore().setApps(mWorkAppInfo, 0, null); in testOnAppsUpdatedWithWorkApps_shouldShowTabsIsTrue()
89 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow()95 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
133 mAppsView.getAppsStore()::updateNotificationDots); in initUi()217 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()291 AllAppsStore<SecondaryDisplayLauncher> appsStore = mAppsView.getAppsStore(); in bindAllApplications()
82 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate()
113 mActivityContext.getAppsView().getAppsStore().registerIconContainer(this); in updateVisibility()115 mActivityContext.getAppsView().getAppsStore().unregisterIconContainer(this); in updateVisibility()
151 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()156 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()345 l -> l.getAppsView().getAppsStore().getDeferUpdatesFlags()); in call()
114 when(mAllApps.getAppsStore()).thenReturn(mAllAppsStore); in setUp()
228 if (context.getAppsView().getAppsStore().getApp(
290 .getAppsView().getAppsStore(); in resolveAppInfoByComponent()
266 assertNull(mTestContext.getAppsView().getAppsStore().getApp( in testPrivateProfileInstallNonNullPrivateProfileUser()
1599 mAppsView.getAppsStore().updateNotificationDots(updatedDots);2703 mAppsView.getAppsStore().dump(prefix, writer);