Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java457 RestrictionEntry locationRestriction = restrictions.get(0); in addLocationAppRestrictionsPreference() local
458 p.setTitle(locationRestriction.getTitle()); in addLocationAppRestrictionsPreference()
460 p.setSummary(locationRestriction.getDescription()); in addLocationAppRestrictionsPreference()
461 p.setChecked(locationRestriction.getSelectedState()); in addLocationAppRestrictionsPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DAppRestrictionsFragment.java457 RestrictionEntry locationRestriction = restrictions.get(0); in addLocationAppRestrictionsPreference() local
458 p.setTitle(locationRestriction.getTitle()); in addLocationAppRestrictionsPreference()
460 p.setSummary(locationRestriction.getDescription()); in addLocationAppRestrictionsPreference()
461 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()