HomeSort by relevance Sort by last modified time
    Searched defs:ActionType (Results 1 - 25 of 37) sorted by null

1 2

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 100 switch ((ActionType) mState) {
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
    [all...]
LocationActivity.java 100 return ActionType.LOCATION_OVERVIEW;
106 switch ((ActionType) mState) {
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))
    [all...]
AccessibilityActivity.java 127 switch ((ActionType) mState) {
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))
    [all...]
CaptionSetupActivity.java 282 switch ((ActionType) mState) {
286 mActions.add(ActionType.CAPTIONS_DISPLAY.toAction(
288 mActions.add(ActionType.CAPTIONS_CONFIGURE.toAction(mResources,
293 ActionType.CAPTIONS_DISPLAY.name()), mResources, mDisplayEnabled));
295 ActionType.CAPTIONS_DISPLAY.name()), mResources, ! mDisplayEnabled));
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))
    [all...]
DateTimeActivity.java 94 switch ((ActionType) mState) {
240 switch ((ActionType) mState) {
255 ActionKey<ActionType, ActionBehavior> actionKey = new ActionKey<ActionType, ActionBehavior>(
256 ActionType.class, ActionBehavior.class, key);
257 final ActionType type = actionKey.getType();
280 if (mState == ActionType.TIME_CHOOSE_FORMAT) {
283 } else if (mState == ActionType.AUTO_DATE_TIME) {
289 if (mState == ActionType.TIME_CHOOSE_FORMAT) {
292 } else if (mState == ActionType.AUTO_DATE_TIME)
    [all...]
  /external/chromium_org/chrome/browser/ui/android/infobars/
infobar_android.h 27 enum ActionType {
  /external/chromium_org/ui/events/ozone/device/
device_event.h 21 enum ActionType {
27 DeviceEvent(DeviceType type, ActionType action, const base::FilePath& path);
30 ActionType action_type() const { return action_type_; }
35 ActionType action_type_;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
ActionType.java 26 enum ActionType {
36 private ActionType(int titleResource) {
56 private String getKey(ActionType t, ActionBehavior b) {
57 return new ActionKey<ActionType, ActionBehavior>(t, b).getKey();
PrivacyActivity.java 123 ActionKey<ActionType, ActionBehavior> actionKey = new ActionKey<ActionType, ActionBehavior>(
124 ActionType.class, ActionBehavior.class, action.getKey());
125 ActionType type = actionKey.getType();
168 ActionType.FACTORY_RESET_CONFIRM.getTitle(getResources()),
196 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET_CONFIRM,
201 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET,
211 .key(new ActionKey<ActionType, ActionBehavior>(ActionType.FACTORY_RESET_CONFIRM
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 102 ActionKey<ActionType, ActionBehavior> actionKey = new ActionKey<ActionType, ActionBehavior>(
103 ActionType.class, ActionBehavior.class, action.getKey());
104 ActionType actionType = actionKey.getType();
108 onInit(actionType, action);
111 onOk(actionType);
114 onCancel(actionType);
117 onOn(actionType);
120 onOff(actionType);
    [all...]
ActionType.java 31 enum ActionType {
64 private ActionType(ActionBehavior[] behaviors, int nameResource) {
68 private ActionType(ActionBehavior[] behaviors, int nameResource, int descResource) {
72 private ActionType(
98 .key(new ActionKey<ActionType, ActionBehavior>(this, actionBehavior).getKey())
109 new ActionKey<ActionType, ActionBehavior>(this, behavior).getKey(),
121 new ActionKey<ActionType, ActionBehavior>(this, behavior).getKey(),
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
ActionType.java 26 enum ActionType {
44 private ActionType(int titleResource) {
49 private ActionType(int titleResource, int descResource) {
77 private String getKey(ActionType t, ActionBehavior b) {
78 return new ActionKey<ActionType, ActionBehavior>(t, b).getKey();
BluetoothAccessoryActivity.java 149 ActionKey<ActionType, ActionBehavior> actionKey = new ActionKey<ActionType, ActionBehavior>(
150 ActionType.class, ActionBehavior.class, action.getKey());
151 final ActionType type = actionKey.getType();
171 return ActionType.BLUETOOTH_DEVICE_OVERVIEW;
184 switch ((ActionType) mState) {
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))
    [all...]
  /external/chromium_org/net/socket/
tcp_listen_socket_unittest.h 33 enum ActionType {
46 explicit TCPListenSocketTestAction(ActionType action) : action_(action) {}
47 TCPListenSocketTestAction(ActionType action, std::string data)
52 ActionType type() const { return action_; }
55 ActionType action_;
  /external/chromium_org/third_party/WebKit/Source/platform/
ContextMenuItem.h 45 ActionType,
  /external/llvm/utils/TableGen/
TableGen.cpp 25 enum ActionType {
48 cl::opt<ActionType>
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
ActionType.java 26 enum ActionType {
53 private ActionType(int titleResource) {
58 private ActionType(int titleResource, int descResource) {
107 private String getKey(ActionType t, ActionBehavior b) {
108 return new ActionKey<ActionType, ActionBehavior>(t, b).getKey();
WifiConfigurationActivity.java 99 return ActionType.CONECTIVITY_SETTINGS_MAIN;
148 switch ((ActionType) mState) {
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));
167 mActions.add(ActionType.CONECTIVITY_SETTINGS_CONNECTION.
172 ActionType.CONECTIVITY_SETTINGS_CONNECTION.
176 mActions.add(ActionType.CONECTIVITY_SETTINGS_IP_ADDRESS.
181 mActions.add(ActionType.CONECTIVITY_SETTINGS_MAC_ADDRESS.
189 mActions.add(ActionType.CONECTIVITY_SETTINGS_SIGNAL_STRENGTH
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 161 enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS };
162 PassRefPtrWillBeRawPtr<DocumentFragment> processContents(ActionType, ExceptionState&);
163 static PassRefPtrWillBeRawPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtrWillBeRawPtr<DocumentFragment>, Node*, unsigned startOffset, unsigned endOffset, ExceptionState&);
164 static void processNodes(ActionType, WillBeHeapVector<RefPtrWillBeMember<Node> >&, PassRefPtrWillBeRawPtr<Node> oldContainer, PassRefPtrWillBeRawPtr<Node> newContainer, ExceptionState&);
166 static PassRefPtrWillBeRawPtr<Node> processAncestorsAndTheirSiblings(ActionType, Node* container, ContentsProcessDirection, PassRefPtrWillBeRawPtr<Node> clonedContainer, Node* commonRoot, ExceptionState&);
  /external/clang/utils/TableGen/
TableGen.cpp 25 enum ActionType {
59 cl::opt<ActionType> Action(
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 167 enum ActionType {
174 static cl::opt<ActionType>
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 46 enum ActionType {
52 static cl::opt<ActionType>
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_actions.h 37 enum ActionType {
90 const ActionType action_type,
110 // The ActionType distinguishes different classes of actions that can be
112 ActionType action_type() const { return action_type_; }
202 ActionType action_type_;
  /external/chromium_org/remoting/protocol/
jingle_messages.h 26 enum ActionType {
55 ActionType action_value,
61 static std::string GetActionName(ActionType action);
71 ActionType action;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 54 enum ActionType {
78 SessionMessage(SignalingProtocol protocol, ActionType type,
87 ActionType type;

Completed in 1013 milliseconds

1 2