HomeSort by relevance Sort by last modified time
    Searched refs:locationRestriction (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 456 RestrictionEntry locationRestriction = restrictions.get(0);
457 p.setTitle(locationRestriction.getTitle());
459 p.setSummary(locationRestriction.getDescription());
460 p.setChecked(locationRestriction.getSelectedState());
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 507 RestrictionEntry locationRestriction = restrictions.get(0);
508 p.setTitle(locationRestriction.getTitle());
510 p.setSummary(locationRestriction.getDescription());
511 p.setChecked(locationRestriction.getSelectedState());
    [all...]

Completed in 199 milliseconds