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.java92 private static final int MAX_APP_RESTRICTIONS = 100; field in AppRestrictionsFragment
418 p.setOrder(MAX_APP_RESTRICTIONS * (mAppList.getPreferenceCount() + 2)); in populateApps()
468 p.setOrder(MAX_APP_RESTRICTIONS); in addLocationAppRestrictionsPreference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java104 private static final int MAX_APP_RESTRICTIONS = 100; field in AppRestrictionsFragment
498 p.setOrder(MAX_APP_RESTRICTIONS * (mAppList.getPreferenceCount() + 2)); in populateApps()
548 p.setOrder(MAX_APP_RESTRICTIONS); in addLocationAppRestrictionsPreference()