Home
last modified time | relevance | path

Searched refs:AppRestrictionsFragment (Results 1 – 5 of 5) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java69 public class AppRestrictionsFragment extends LeanbackPreferenceFragment implements class
73 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
122 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
231 public static AppRestrictionsFragment newInstance(int userId, boolean newUser) { in newInstance()
234 AppRestrictionsFragment fragment = new AppRestrictionsFragment(); in newInstance()
316 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
538 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager in assertSafeToStartCustomActivity()
737 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this); in onRestrictionsReceived()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java69 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class
73 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
119 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
283 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
636 if (invokeIfCustom && AppRestrictionsFragment.this.isResumed()) { in onReceive()
640 AppRestrictionsFragment.this.startActivityForResult( in onReceive()
652 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager in assertSafeToStartCustomActivity()
716 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this); in onRestrictionsReceived()
DRestrictedProfileSettings.java33 public class RestrictedProfileSettings extends AppRestrictionsFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DSecurityFragment.java57 import com.android.tv.settings.users.AppRestrictionsFragment;
210 AppRestrictionsFragment.prepareArgs(mRestrictedProfileAppsPref.getExtras(), in refresh()
474 final AppRestrictionsFragment restrictionsFragment = in onRestrictedUserCreated()
475 AppRestrictionsFragment.newInstance(userId, true); in onRestrictedUserCreated()
/packages/apps/Settings/tests/robotests/assets/
Dgrandfather_not_implementing_indexable76 com.android.settings.users.AppRestrictionsFragment