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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 102 mActions.add(ActionType.DEVELOPER_GENERAL.toAction(mResources));
103 mActions.add(ActionType.DEVELOPER_DEBUGGING.toAction(mResources));
104 mActions.add(ActionType.DEVELOPER_INPUT.toAction(mResources));
105 mActions.add(ActionType.DEVELOPER_DRAWING.toAction(mResources));
106 mActions.add(ActionType.DEVELOPER_MONITORING.toAction(mResources));
107 mActions.add(ActionType.DEVELOPER_APPS.toAction(mResources));
110 mActions.add(ActionType.DEVELOPER_GENERAL_STAY_AWAKE.toAction(mResources,
113 mActions.add(ActionType.DEVELOPER_GENERAL_HDCP_CHECKING.toAction(mResources,
116 mActions.add(ActionType.DEVELOPER_GENERAL_HDMI_OPTIMIZATION.toAction(mResources,
119 mActions.add(ActionType.DEVELOPER_GENERAL_BT_HCI_LOG.toAction(mResources
    [all...]
LocationActivity.java 108 mActions.add(ActionType.LOCATION_STATUS.toAction(
111 mActions.add(ActionType.LOCATION_MODE.toAction(mResources,
113 mActions.add(ActionType.LOCATION_RECENT_REQUESTS.toAction(mResources));
117 Action locationStatusOn = ActionType.ON.toAction(mResources);
119 Action locationStatusOff = ActionType.OFF.toAction(mResources);
127 mActions.add(ActionType.LOCATION_NO_RECENT_REQUESTS.toAction(
132 mActions.add(ActionType.LOCATION_SERVICES_GOOGLE.toAction(mResources));
139 mActions.add(ActionType.LOCATION_SERVICES_GOOGLE_REPORTING.toAction(mResources));
140 mActions.add(ActionType.LOCATION_SERVICES_GOOGLE_HISTORY.toAction(mResources));
145 mActions.add(ActionType.ON.toAction(mResources))
    [all...]
SecurityActivity.java 94 mActions.add(ActionType.SECURITY_UNKNOWN_SOURCES.toAction(mResources,
97 Action verifierAction = ActionType.SECURITY_VERIFY_APPS.toAction(mResources,
109 mActions.add(ActionBehavior.ON.toAction(ActionBehavior.getOnKey(
112 mActions.add(ActionBehavior.OFF.toAction(ActionBehavior.getOffKey(
117 mActions.add(ActionBehavior.OK.toAction(ActionBehavior.getOnKey(
119 mActions.add(ActionBehavior.CANCEL.toAction(ActionBehavior.getOffKey(
124 mActions.add(ActionBehavior.ON.toAction(ActionBehavior.getOnKey(
127 mActions.add(ActionBehavior.OFF.toAction(ActionBehavior.getOffKey(
AccessibilityActivity.java 129 mActions.add(ActionType.ACCESSIBILITY_CAPTIONS.toAction(mResources));
130 mActions.add(ActionType.ACCESSIBILITY_SERVICES.toAction(mResources));
131 mActions.add(ActionType.ACCESSIBILITY_SPEAK_PASSWORDS.toAction(mResources,
134 mActions.add(ActionType.ACCESSIBILITY_TTS_OUTPUT.toAction(mResources,
141 mActions.add(ActionType.ACCESSIBILITY_SERVICES_STATUS.toAction(mResources,
144 mActions.add(ActionType.ACCESSIBILITY_SERVICE_CONFIG.toAction(mResources));
151 mActions.add(ActionType.AGREE.toAction(mResources));
152 mActions.add(ActionType.DISAGREE.toAction(mResources));
155 mActions.add(ActionType.OK.toAction(mResources));
156 mActions.add(ActionType.CANCEL.toAction(mResources))
    [all...]
CaptionSetupActivity.java 286 mActions.add(ActionType.CAPTIONS_DISPLAY.toAction(
288 mActions.add(ActionType.CAPTIONS_CONFIGURE.toAction(mResources,
292 mActions.add(ActionBehavior.ON.toAction(ActionBehavior.getOnKey(
294 mActions.add(ActionBehavior.OFF.toAction(ActionBehavior.getOffKey(
298 mActions.add(ActionType.CAPTIONS_LANGUAGE.toAction(mResources, mLanguageName));
299 mActions.add(ActionType.CAPTIONS_TEXTSIZE.toAction(mResources, mTextSizeName));
300 mActions.add(ActionType.CAPTIONS_CAPTIONSTYLE.toAction(mResources, mStyleName));
315 mActions.add(ActionType.CAPTIONS_FONTFAMILY.toAction(mResources, mFontFamilyName));
316 mActions.add(ActionType.CAPTIONS_TEXTCOLOR.toAction(mResources, mTextColorName));
317 mActions.add(ActionType.CAPTIONS_TEXTOPACITY.toAction(mResources
    [all...]
DateTimeActivity.java 334 mActions.add(ActionType.AUTO_DATE_TIME.toAction(mResources,
337 mActions.add(ActionType.DATE.toAction(mResources, mNowDate));
338 mActions.add(ActionType.TIME.toAction(mResources, mNowTime));
341 mActions.add(ActionType.DATE_SET_DATE.toAction(mResources, mNowDate));
342 mActions.add(ActionType.DATE_CHOOSE_FORMAT.toAction(mResources,
346 mActions.add(ActionType.TIME_SET_TIME.toAction(mResources, mNowTime));
347 mActions.add(ActionType.TIME_SET_TIME_ZONE.toAction(mResources,
349 mActions.add(ActionType.TIME_CHOOSE_FORMAT.toAction(
368 mActions.add(ActionType.AUTO_DATE_TIME.toAction(mResources,
370 mActions.add(ActionType.DATE.toAction(mResources, mNowDate))
    [all...]
KeyboardActivity.java 121 .toAction(mResources, TextUtils.isEmpty(name) ? "" : name));
125 mActions.add(ActionType.KEYBOARD_OVERVIEW_CONFIGURE.toAction(mResources));
ActionType.java 211 Action toAction(Resources resources) {
212 return toAction(resources, true/*enabled*/);
215 Action toAction(Resources resources, boolean enabled) {
216 return toAction(resources, getDescription(resources), enabled, false/* not checked */);
219 Action toAction(Resources resources, String description) {
220 return toAction(resources, description, true/*enabled*/, false /* not checked */);
223 Action toAction(Resources resources, String description, boolean enabled) {
224 return toAction(resources, description, enabled, false /* not checked */);
227 Action toAction(Resources resources, String description, boolean enabled, boolean checked) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageActivity.java 141 actions.add(StorageItem.APPS.toAction(getResources(), formatSize(appsSize)));
142 actions.add(StorageItem.PICTURES_VIDEO.toAction(getResources(), formatSize(dcimSize)));
143 actions.add(StorageItem.AUDIO.toAction(getResources(), formatSize(musicSize)));
144 actions.add(StorageItem.DOWNLOADS.toAction(getResources(), formatSize(downloadsSize)));
145 actions.add(StorageItem.CACHED_DATA.toAction(getResources(), formatSize(cacheSize)));
146 actions.add(StorageItem.MISC.toAction(getResources(), formatSize(miscSize)));
147 actions.add(StorageItem.AVAILABLE.toAction(getResources(), formatSize(availSize)));
StorageItem.java 57 Action toAction(Resources resources, String description) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java 229 actions.add(ActionBehavior.ON.toAction(new ActionKey<
233 actions.add(ActionBehavior.OFF.toAction(new ActionKey<
290 actions.add(ActionBehavior.ON.toAction(new ActionKey<ActionType, ActionBehavior>(
293 actions.add(ActionBehavior.OFF.toAction(new ActionKey<ActionType, ActionBehavior>(
344 actions.add(ActionType.BACKUP_DATA.toAction(getResources(),
348 actions.add(ActionType.BACKUP_ACCOUNT.toAction(
354 actions.add(ActionType.AUTOMATIC_RESTORE.toAction(
363 actions.add(ActionType.FACTORY_RESET.toAction(getResources(), null));
ActionType.java 44 Action toAction(Resources resources) {
45 return toAction(resources, null);
48 Action toAction(Resources resources, String description) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ActionType.java 93 return toAction(resources, ActionBehavior.INIT, description);
96 Action toAction(Resources resources, ActionBehavior actionBehavior, String description) {
108 actions.add(behavior.toAction(
120 actions.add(behavior.toAction(
  /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) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
ActionType.java 65 Action toAction(Resources resources) {
66 return toAction(resources, getDesc(resources));
69 Action toAction(Resources resources, String description) {
BluetoothAccessoryActivity.java 187 // mActions.add(ActionType.BLUETOOTH_DEVICE_RENAME.toAction(mResources));
188 mActions.add(ActionType.BLUETOOTH_DEVICE_UNPAIR.toAction(mResources));
191 mActions.add(ActionType.OK.toAction(mResources));
192 mActions.add(ActionType.CANCEL.toAction(mResources));
  /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 150 mActions.add(ActionType.CONECTIVITY_SETTINGS_STATUS_INFO.toAction(mResources));
151 mActions.add(ActionType.CONECTIVITY_SETTINGS_ADVANCED_OPTIONS.toAction(mResources));
152 mActions.add(ActionType.CONECTIVITY_SETTINGS_FORGET_NETWORK.toAction(mResources));
206 toAction(mResources, proxySettingsResourceId));
213 toAction(mResources, ipSettingsResourceId));
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 

Completed in 1121 milliseconds