Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java463 RestrictionEntry locationRestriction = restrictions.get(0); in addLocationAppRestrictionsPreference() local
464 p.setTitle(locationRestriction.getTitle()); in addLocationAppRestrictionsPreference()
466 p.setSummary(locationRestriction.getDescription()); in addLocationAppRestrictionsPreference()
467 p.setChecked(locationRestriction.getSelectedState()); in addLocationAppRestrictionsPreference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java508 RestrictionEntry locationRestriction = restrictions.get(0); in addLocationAppRestrictionsPreference() local
509 p.setTitle(locationRestriction.getTitle()); in addLocationAppRestrictionsPreference()
511 p.setSummary(locationRestriction.getDescription()); in addLocationAppRestrictionsPreference()
512 p.setChecked(locationRestriction.getSelectedState()); in addLocationAppRestrictionsPreference()