Home
last modified time | relevance | path

Searched refs:InstalledAppCountListener (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/applications/
H A DInstalledAppCountItemManager.java41 private final List<InstalledAppCountListener> mInstalledAppCountListeners;
51 public void addListener(@NonNull InstalledAppCountListener listener) { in addListener()
71 for (InstalledAppCountListener listener : mInstalledAppCountListeners) { in startLoading()
102 public interface InstalledAppCountListener { interface in InstalledAppCountItemManager
H A DRecentAppsViewAllPreferenceController.java33 implements InstalledAppCountItemManager.InstalledAppCountListener {
H A DAllAppsPreferenceController.java38 InstalledAppCountItemManager.InstalledAppCountListener {