Searched refs:AppRestrictionsFragment (Results 1 – 7 of 7) sorted by relevance
79 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class83 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()
70 public class AppRestrictionsFragment extends SettingsPreferenceFragment implements class74 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()
33 public class RestrictedProfileSettings extends AppRestrictionsFragment
57 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()
75 com.android.settings.users.AppRestrictionsFragment