HomeSort by relevance Sort by last modified time
    Searched refs:Action (Results 476 - 500 of 830) sorted by null

<<11121314151617181920>>

  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUINotificationShadeTests.java 235 Notification.Action action = new Notification.Action.Builder( local
246 .addAction(action)
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 321 Notification.Action action = new Notification.Action.Builder( local
332 .addAction(action);
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 30 import org.eclipse.jface.action.Action;
31 import org.eclipse.jface.action.ActionContributionItem;
32 import org.eclipse.jface.action.IAction;
33 import org.eclipse.jface.action.MenuManager;
34 import org.eclipse.jface.action.Separator;
48 * Action which creates a submenu displaying available themes
100 SelectThemeAction action = new SelectThemeAction(configChooser, local
104 action.setEnabled(false);
105 manager.add(action);
294 SelectThemeAction action = new SelectThemeAction(mConfigChooser, title, theme, selected); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java 44 import org.eclipse.jface.action.Action;
68 * Text action for XML files to invoke renaming
75 public final class RenameResourceXmlTextAction extends Action {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 96 PreferencePage_HPROF_Action=HPROF Action:
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 35 import org.eclipse.jface.action.Action;
36 import org.eclipse.jface.action.IToolBarManager;
134 manager.add(new Action("Save to File",
GLFunctionTraceViewer.java 39 import org.eclipse.jface.action.Action;
136 * rapidly (i.e., when the spinner or scale is moved to the target frame in a single action).
224 new Action("Copy") {
232 new Action("Select All") {
240 new Action("Find") {
    [all...]
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 323 NotificationCompat.Action action = new NotificationCompat.Action.Builder( local
326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder(
331 .addAction(action)
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 323 NotificationCompat.Action action = new NotificationCompat.Action.Builder( local
326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder(
331 .addAction(action)
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 323 NotificationCompat.Action action = new NotificationCompat.Action.Builder( local
326 NotificationCompat.Action action2 = new NotificationCompat.Action.Builder(
331 .addAction(action)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/
test_vault.py 19 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
116 "Action": "ArchiveRetrieval",
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/iam/
test_connection.py 19 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50 {'Action': 'CreateSAMLProvider',
91 {'Action': 'ListSAMLProviders'},
125 'Action': 'GetSAMLProvider',
152 'Action': 'UpdateSAMLProvider',
171 'Action': 'DeleteSAMLProvider',
188 <AssumeRolePolicyDocument>{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"Service":["ec2.amazonaws.com"]},"Action":["sts:AssumeRole"]}]}</AssumeRolePolicyDocument>
204 {'Action': 'CreateRole',
207 self.assertDictEqual(json.loads(self.actual_request.params["AssumeRolePolicyDocument"]), {"Statement": [{"Action": ["sts:AssumeRole"], "Effect": "Allow", "Principal": {"Service": ["ec2.amazonaws.com"]}}]})
215 {'Action': 'CreateRole'
    [all...]
  /external/clang/include/clang/Driver/
ToolChain.h 14 #include "clang/Driver/Action.h"
103 virtual Tool *getTool(Action::ActionClass AC) const;
187 /// Choose a tool to use to handle the action \p JA.
  /external/opencv3/modules/viz/src/
types.cpp 51 cv::viz::KeyboardEvent::KeyboardEvent(Action _action, const String& _symbol, unsigned char _code, int _modifiers)
52 : action(_action), symbol(_symbol), code(_code), modifiers(_modifiers) {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 270 // Create a share action for the notification
279 Notification.Action.Builder shareActionBuilder = new Notification.Action.Builder(
284 // Create a delete action for the notification
289 Notification.Action.Builder deleteActionBuilder = new Notification.Action.Builder(
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveMmsMessageAction.java 17 package com.android.messaging.datamodel.action;
42 * Action used to "receive" an incoming message
44 public class ReceiveMmsMessageAction extends Action implements Parcelable {
ReceiveSmsMessageAction.java 17 package com.android.messaging.datamodel.action;
41 * Action used to "receive" an incoming message
43 public class ReceiveSmsMessageAction extends Action implements Parcelable {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
raseapif.h 121 PPP_EAP_ACTION Action;
  /system/update_engine/common/
action_processor_unittest.cc 23 #include "update_engine/common/action.h"
41 // This is a simple Action class for testing.
42 class ActionProcessorTestAction : public Action<ActionProcessorTestAction> {
79 AbstractAction* action,
192 // This test suspends and resume the action processor while running one action_.
202 // Suspending the processor twice should not suspend the action twice.
205 // IsRunning should return whether there's is an action doing some work, even
219 // This test suspends an action that presumably doesn't support suspend/resume
231 // Simulate the action completion while suspended. No other call to
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 808 Action action = GetAction(desc->type()); local
809 if (state() == STATE_INIT && action == kOffer) {
825 if (action == kOffer && !CreateChannels(local_desc_->description())) {
834 if (!UpdateSessionState(action, cricket::CS_LOCAL, err_desc)) {
866 Action action = GetAction(desc->type()); local
867 if (action == kOffer && !CreateChannels(desc->description())) {
878 if (!UpdateSessionState(action, cricket::CS_REMOTE, err_desc)) {
1964 Action action = GetAction(sdesc->type()); local
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 54 import android.app.Notification.Action;
125 static final String INTENT_BUGREPORT_STARTED = "android.intent.action.BUGREPORT_STARTED";
126 static final String INTENT_BUGREPORT_FINISHED = "android.intent.action.BUGREPORT_FINISHED";
128 "android.intent.action.REMOTE_BUGREPORT_FINISHED";
131 static final String INTENT_BUGREPORT_CANCEL = "android.intent.action.BUGREPORT_CANCEL";
132 static final String INTENT_BUGREPORT_SHARE = "android.intent.action.BUGREPORT_SHARE";
134 "android.intent.action.BUGREPORT_INFO_LAUNCH";
136 "android.intent.action.BUGREPORT_SCREENSHOT";
328 final String action = intent.getAction(); local
335 Log.v(TAG, "action: " + action + ", name: " + name + ", id: " + id + ", pid:
1261 String action = intent.getAction(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 43 - Action -- The base class for parser actions. Typically actions are
45 the action= argument of add_argument(). However, for greater
46 customization of ArgumentParser actions, subclasses of Action may
47 be defined and passed as the action= argument.
75 'Action',
253 def add_argument(self, action):
254 if action.help is not SUPPRESS:
258 invocations = [get_invocation(action)]
259 for subaction in self._iter_indented_subactions(action):
269 self._add_item(self._format_action, [action])
    [all...]

Completed in 3974 milliseconds

<<11121314151617181920>>