Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserAppRestrictionsDialogFragment.java79 private static final String ACTION_ALLOW = "allow"; field in UserAppRestrictionsDialogFragment
243 initialAllowDisallowActions.add(new Action.Builder().key(ACTION_ALLOW) in onActionClicked()
286 } else if (ACTION_ALLOW.equals(action.getKey())) { in onActionClicked()