Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/notifications/
DRecentNotificationsAppsPreferenceController.java161 List<NotifyingApp> displayableApps = new ArrayList<>(mRecentAppsMaxCount); in getDisplayableRecentAppList() local
170 displayableApps.add(app); in getDisplayableRecentAppList()
179 return displayableApps; in getDisplayableRecentAppList()