Searched refs:mAllAppsStore (Results 1 – 2 of 2) sorted by relevance
96 private final AllAppsStore mAllAppsStore = new AllAppsStore(); field in AllAppsContainerView172 mAllAppsStore.addUpdateListener(this::onAppsUpdated); in AllAppsContainerView()218 return mAllAppsStore; in getAppsStore()240 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()255 boolean isEnabled = !mAllAppsStore.hasModelFlag(FLAG_QUIET_MODE_ENABLED); in resetWorkProfile()453 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()454 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()483 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.MAIN].recyclerView); in rebindAdapters()484 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.WORK].recyclerView); in rebindAdapters()538 && mAllAppsStore.hasModelFlag( in onActivePageChanged()[all …]
71 private final AllAppsStore mAllAppsStore; field in AlphabeticalAppsList90 mAllAppsStore = appsStore; in AlphabeticalAppsList()95 mAllAppsStore.addUpdateListener(this); in AlphabeticalAppsList()222 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()