Searched refs:mAppListItemManager (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/Settings/src/com/android/car/settings/notifications/ |
D | NotificationsFragment.java | 42 private ApplicationListItemManager mAppListItemManager; field in NotificationsFragment 66 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 73 mAppListItemManager.registerListener(notificationsAppListController); in onAttach() 74 mAppListItemManager.registerListener(recentNotificationsController); in onAttach() 80 mAppListItemManager.onPackageListChanged()); in onAttach() 82 mAppListItemManager.onPackageListChanged()); in onAttach() 88 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.ALPHA_COMPARATOR); in onCreate() 94 mAppListItemManager.onFragmentStart(); in onStart() 100 mAppListItemManager.onFragmentStop(); in onStop()
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
D | ApplicationsSettingsFragment.java | 36 private ApplicationListItemManager mAppListItemManager; field in ApplicationsSettingsFragment 51 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 58 mAppListItemManager.registerListener( in onAttach() 66 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.ALPHA_COMPARATOR); in onCreate() 72 mAppListItemManager.onFragmentStart(); in onStart() 78 mAppListItemManager.onFragmentStop(); in onStop() 83 mAppListItemManager.rebuildWithFilter(getAppFilter()); in onToggleShowSystemApps()
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | StorageOtherCategoryDetailFragment.java | 37 private ApplicationListItemManager mAppListItemManager; field in StorageOtherCategoryDetailFragment 51 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 58 mAppListItemManager.registerListener( in onAttach() 66 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.SIZE_COMPARATOR); in onCreate() 72 mAppListItemManager.onFragmentStart(); in onStart() 78 mAppListItemManager.onFragmentStop(); in onStop() 83 mAppListItemManager.rebuildWithFilter(getAppFilter()); in onToggleShowSystemApps()
|
D | StorageMediaCategoryDetailFragment.java | 39 private ApplicationListItemManager mAppListItemManager; field in StorageMediaCategoryDetailFragment 63 mAppListItemManager = new ApplicationListItemManager(volume, getLifecycle(), in onAttach() 73 mAppListItemManager.registerListener(pc); in onAttach() 80 mAppListItemManager.startLoading(getAppFilter(), ApplicationsState.SIZE_COMPARATOR); in onCreate() 86 mAppListItemManager.onFragmentStart(); in onStart() 92 mAppListItemManager.onFragmentStop(); in onStop() 97 mAppListItemManager.rebuildWithFilter(getAppFilter()); in onToggleShowSystemApps()
|