Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/location/
DRecentLocationAccessPreferenceController.java45 private static final int MAXIMUM_APP_COUNT = 3; field in RecentLocationAccessPreferenceController
99 for (; i < Math.min(recentLocationAccesses.size(), MAXIMUM_APP_COUNT); i++) { in updateRecentApps()
116 for (; i < MAXIMUM_APP_COUNT; i++) { in updateRecentApps()
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationAccessPreferenceController.java47 private static final int MAXIMUM_APP_COUNT = 3; field in RecentLocationAccessPreferenceController
101 for (; i < Math.min(recentLocationAccesses.size(), MAXIMUM_APP_COUNT); i++) { in updateRecentApps()
120 for (; i < MAXIMUM_APP_COUNT; i++) { in updateRecentApps()