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 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);
    [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);
635 if (invokeIfCustom && AppRestrictionsFragment.this.isResumed()) {
639 AppRestrictionsFragment.this.startActivityForResult(
651 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager
715 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this);
    [all...]
RestrictedProfileSettings.java 32 public class RestrictedProfileSettings extends AppRestrictionsFragment
111 super.onClick(view); // in AppRestrictionsFragment
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityFragment.java 53 import com.android.tv.settings.users.AppRestrictionsFragment;
165 AppRestrictionsFragment.prepareArgs(mRestrictedProfileAppsPref.getExtras(),
494 final AppRestrictionsFragment restrictionsFragment =
495 AppRestrictionsFragment.newInstance(userId, true);

Completed in 522 milliseconds