Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java90 private static final int MAX_APP_RESTRICTIONS = 100; field in AppRestrictionsFragment
420 p.setOrder(MAX_APP_RESTRICTIONS * (mAppList.getPreferenceCount() + 2)); in populateApps()
470 p.setOrder(MAX_APP_RESTRICTIONS); in addLocationAppRestrictionsPreference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java102 private static final int MAX_APP_RESTRICTIONS = 100; field in AppRestrictionsFragment
464 p.setOrder(MAX_APP_RESTRICTIONS * (mAppList.getPreferenceCount() + 2)); in populateApps()
514 p.setOrder(MAX_APP_RESTRICTIONS); in addLocationAppRestrictionsPreference()