Home | History | Annotate | Download | only in users

Lines Matching refs:AppRestrictionsFragment

69 public class AppRestrictionsFragment extends LeanbackPreferenceFragment implements
73 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
122 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
231 public static AppRestrictionsFragment newInstance(int userId, boolean newUser) {
234 AppRestrictionsFragment fragment = new AppRestrictionsFragment();
316 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
538 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager
734 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this);