Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRecentAppsPreferenceController.java136 int showAppsCount = 0; in displayRecentApps() local
141 mAppEntitiesController.setAppEntity(showAppsCount++, appEntityInfoInfo); in displayRecentApps()
144 if (showAppsCount == AppEntitiesHeaderController.MAXIMUM_APPS) { in displayRecentApps()
/packages/apps/Settings/src/com/android/settings/applications/
DRecentAppsPreferenceController.java136 int showAppsCount = 0; in displayRecentApps() local
141 mAppEntitiesController.setAppEntity(showAppsCount++, appEntityInfoInfo); in displayRecentApps()
144 if (showAppsCount == AppEntitiesHeaderController.MAXIMUM_APPS) { in displayRecentApps()