Searched refs:mAppListItemManager (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/notifications/ |
D | NotificationsFragment.java | 41 private ApplicationListItemManager mAppListItemManager; field in NotificationsFragment 64 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 70 mAppListItemManager.registerListener(notificationsAppListController); in onAttach() 71 mAppListItemManager.registerListener(recentNotificationsController); in onAttach() 77 mAppListItemManager.onPackageListChanged()); in onAttach() 79 mAppListItemManager.onPackageListChanged()); in onAttach() 85 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.ALPHA_COMPARATOR); in onCreate() 91 mAppListItemManager.onFragmentStart(); in onStart() 97 mAppListItemManager.onFragmentStop(); in onStop()
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
D | ApplicationsSettingsFragment.java | 35 private ApplicationListItemManager mAppListItemManager; field in ApplicationsSettingsFragment 49 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 55 mAppListItemManager.registerListener( in onAttach() 63 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.ALPHA_COMPARATOR); in onCreate() 69 mAppListItemManager.onFragmentStart(); in onStart() 75 mAppListItemManager.onFragmentStop(); in onStop() 80 mAppListItemManager.rebuildWithFilter(getAppFilter()); in onToggleShowSystemApps()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageOtherCategoryDetailFragment.java | 36 private ApplicationListItemManager mAppListItemManager; field in StorageOtherCategoryDetailFragment 49 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 55 mAppListItemManager.registerListener( in onAttach() 63 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.SIZE_COMPARATOR); in onCreate() 69 mAppListItemManager.onFragmentStart(); in onStart() 75 mAppListItemManager.onFragmentStop(); in onStop() 80 mAppListItemManager.rebuildWithFilter(getAppFilter()); in onToggleShowSystemApps()
|
D | StorageMediaCategoryDetailFragment.java | 38 private ApplicationListItemManager mAppListItemManager; field in StorageMediaCategoryDetailFragment 61 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 70 mAppListItemManager.registerListener(pc); in onAttach() 77 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.SIZE_COMPARATOR); in onCreate() 83 mAppListItemManager.onFragmentStart(); in onStart() 89 mAppListItemManager.onFragmentStop(); in onStop() 94 mAppListItemManager.rebuildWithFilter(getAppFilter()); in onToggleShowSystemApps()
|