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.java461 RestrictionEntry locationRestriction = restrictions.get(0); in addLocationAppRestrictionsPreference() local
462 p.setTitle(locationRestriction.getTitle()); in addLocationAppRestrictionsPreference()
464 p.setSummary(locationRestriction.getDescription()); in addLocationAppRestrictionsPreference()
465 p.setChecked(locationRestriction.getSelectedState()); in addLocationAppRestrictionsPreference()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java542 RestrictionEntry locationRestriction = restrictions.get(0); in addLocationAppRestrictionsPreference() local
543 p.setTitle(locationRestriction.getTitle()); in addLocationAppRestrictionsPreference()
545 p.setSummary(locationRestriction.getDescription()); in addLocationAppRestrictionsPreference()
546 p.setChecked(locationRestriction.getSelectedState()); in addLocationAppRestrictionsPreference()