Searched defs:canBeEnabledDisabled (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DUserAppRestrictionsDialogFragment.java76 private static final String EXTRA_CAN_BE_ENABLED_DISABLED = "canBeEnabledDisabled";
215 boolean canBeEnabledDisabled = action.getIntent().getBooleanExtra(
228 } else if (!canBeEnabledDisabled) {
334 boolean canBeEnabledDisabled, boolean isAllowed, boolean hasCustomizableRestrictions,
345 .putExtra(EXTRA_CAN_BE_ENABLED_DISABLED, canBeEnabledDisabled)
333 createAction(Context context, String packageName, String title, Uri iconUri, boolean canBeEnabledDisabled, boolean isAllowed, boolean hasCustomizableRestrictions, boolean canSeeRestrictedAccounts, boolean availableForRestrictedProfile, String controllingActivity) argument

Completed in 52 milliseconds