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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 78 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements
82 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
133 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
242 public static AppRestrictionsFragment newInstance(int userId, boolean newUser) {
245 AppRestrictionsFragment fragment = new AppRestrictionsFragment();
339 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
561 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager
765 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this);
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 69 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements
73 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
119 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
283 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
636 if (invokeIfCustom && AppRestrictionsFragment.this.isResumed()) {
640 AppRestrictionsFragment.this.startActivityForResult(
652 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager
716 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this);
    [all...]
RestrictedProfileSettings.java 33 public class RestrictedProfileSettings extends AppRestrictionsFragment
112 super.onClick(view); // in AppRestrictionsFragment
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityFragment.java 58 import com.android.tv.settings.users.AppRestrictionsFragment;
214 AppRestrictionsFragment.prepareArgs(mRestrictedProfileAppsPref.getExtras(),
502 final AppRestrictionsFragment restrictionsFragment =
503 AppRestrictionsFragment.newInstance(userId, true);

Completed in 107 milliseconds