Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DAppRestrictionsFragment.java79 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class
83 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
134 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
243 public static AppRestrictionsFragment newInstance(int userId, boolean newUser) { in newInstance()
246 AppRestrictionsFragment fragment = new AppRestrictionsFragment(); in newInstance()
340 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
562 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager in assertSafeToStartCustomActivity()
766 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this); in onRestrictionsReceived()
/packages/apps/Settings/src/com/android/settings/users/
DAppRestrictionsFragment.java70 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class
74 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
120 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
284 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
637 if (invokeIfCustom && AppRestrictionsFragment.this.isResumed()) { in onReceive()
641 AppRestrictionsFragment.this.startActivityForResult( in onReceive()
653 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager in assertSafeToStartCustomActivity()
717 p.setOnPreferenceChangeListener(AppRestrictionsFragment.this); in onRestrictionsReceived()
DRestrictedProfileSettings.java33 public class RestrictedProfileSettings extends AppRestrictionsFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DAppRestrictionsFragment.java70 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class
74 private static final String TAG = AppRestrictionsFragment.class.getSimpleName();
120 mHelper.applyUserAppsStates(AppRestrictionsFragment.this);
284 mHelper.applyUserAppsStates(AppRestrictionsFragment.this); in onPause()
637 if (invokeIfCustom && AppRestrictionsFragment.this.isResumed()) { in onReceive()
641 AppRestrictionsFragment.this.startActivityForResult( in onReceive()
653 List<ResolveInfo> resolveInfos = AppRestrictionsFragment.this.mPackageManager in assertSafeToStartCustomActivity()
717 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;
215 AppRestrictionsFragment.prepareArgs(mRestrictedProfileAppsPref.getExtras(), in refresh()
426 final AppRestrictionsFragment restrictionsFragment = in onRestrictedUserCreated()
427 AppRestrictionsFragment.newInstance(userId, true); in onRestrictedUserCreated()
/packages/apps/Settings/tests/robotests/assets/
Dgrandfather_not_implementing_index_provider75 com.android.settings.users.AppRestrictionsFragment