HomeSort by relevance Sort by last modified time
    Searched refs:toAction (Results 1 - 9 of 9) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
ActionType.java 86 Action toAction(Resources resources) {
87 return toAction(resources, true/*enabled*/);
90 Action toAction(Resources resources, boolean enabled) {
91 return toAction(resources, getDescription(resources), enabled, false/* not checked */);
94 Action toAction(Resources resources, String description) {
95 return toAction(resources, description, true/*enabled*/, false /* not checked */);
98 Action toAction(Resources resources, String description, boolean enabled) {
99 return toAction(resources, description, enabled, false /* not checked */);
102 Action toAction(Resources resources, String description, boolean enabled, boolean checked) {
CaptionSetupActivity.java 279 mActions.add(ActionType.CAPTIONS_DISPLAY.toAction(
281 mActions.add(ActionType.CAPTIONS_CONFIGURE.toAction(mResources,
285 mActions.add(ActionBehavior.ON.toAction(ActionBehavior.getOnKey(
287 mActions.add(ActionBehavior.OFF.toAction(ActionBehavior.getOffKey(
291 mActions.add(ActionType.CAPTIONS_LANGUAGE.toAction(mResources, mLanguageName));
292 mActions.add(ActionType.CAPTIONS_TEXTSIZE.toAction(mResources, mTextSizeName));
293 mActions.add(ActionType.CAPTIONS_CAPTIONSTYLE.toAction(mResources, mStyleName));
308 mActions.add(ActionType.CAPTIONS_FONTFAMILY.toAction(mResources, mFontFamilyName));
309 mActions.add(ActionType.CAPTIONS_TEXTCOLOR.toAction(mResources, mTextColorName));
310 mActions.add(ActionType.CAPTIONS_TEXTOPACITY.toAction(mResources
    [all...]
KeyboardActivity.java 122 .toAction(mResources, TextUtils.isEmpty(name) ? "" : name));
126 mActions.add(ActionType.KEYBOARD_OVERVIEW_CONFIGURE.toAction(mResources));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
ActionType.java 44 Action toAction(Resources resources) {
45 return toAction(resources, null);
48 Action toAction(Resources resources, String description) {
PrivacyActivity.java 223 actions.add(ActionBehavior.ON.toAction(new ActionKey<
227 actions.add(ActionBehavior.OFF.toAction(new ActionKey<
284 actions.add(ActionBehavior.ON.toAction(new ActionKey<ActionType, ActionBehavior>(
287 actions.add(ActionBehavior.OFF.toAction(new ActionKey<ActionType, ActionBehavior>(
338 actions.add(ActionType.BACKUP_DATA.toAction(getResources(),
342 actions.add(ActionType.BACKUP_ACCOUNT.toAction(
348 actions.add(ActionType.AUTOMATIC_RESTORE.toAction(
357 actions.add(ActionType.FACTORY_RESET.toAction(getResources(), null));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ActionType.java 74 Action toAction(Resources resources) {
75 return toAction(resources, getDesc(resources));
78 Action toAction(Resources resources, String description) {
99 Action toAction(Resources resources, int descResource) {
WifiConfigurationActivity.java 149 mActions.add(ActionType.CONECTIVITY_SETTINGS_STATUS_INFO.toAction(mResources));
150 mActions.add(ActionType.CONECTIVITY_SETTINGS_ADVANCED_OPTIONS.toAction(mResources));
151 mActions.add(ActionType.CONECTIVITY_SETTINGS_FORGET_NETWORK.toAction(mResources));
205 toAction(mResources, proxySettingsResourceId));
212 toAction(mResources, ipSettingsResourceId));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
ActionBehavior.java 44 public Action toAction(String key, Resources resources) {
48 public Action toAction(String key, Resources resources, boolean selected) {
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 

Completed in 1438 milliseconds