HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 126 - 150 of 940) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 45 String action = intent.getAction(); local
49 if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_REQUEST)) {
51 // convert broadcast intent into activity intent (same action string)
54 Intent connectionAccessIntent = new Intent(action);
93 } else if (action.equals(BluetoothDevice.ACTION_CONNECTION_ACCESS_CANCEL)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
FixProjectAction.java 30 import org.eclipse.jface.action.IAction;
41 * Action to fix the project properties:
54 public void setActivePart(IAction action, IWorkbenchPart targetPart) {
57 public void run(IAction action) {
77 public void selectionChanged(IAction action, ISelection selection) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 26 import org.eclipse.jface.action.IAction;
47 * Action executed when the "Extract String" menu item is invoked.
49 * The intent of the action is to start a refactoring that extracts a source string and
54 * <li> The action is currently located in the Refactoring menu in the main menu.
56 * <li> The action is only enabled if the selection is 1 character or more. That is at least part
60 * <ul> The action gets the current {@link ISelection}. It also knows the current
68 * <li> The action creates a new {@link ExtractStringRefactoring} and make it run on in a new
92 * Examine the selection to determine if the action should be enabled or not.
96 public void selectionChanged(IAction action, ISelection selection) {
102 // At that point, just enable the action and later decide if it's valid when it actuall
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
CommonAction.java 20 import org.eclipse.jface.action.Action;
24 * Basic action extending the jFace Action class in order to implement
27 public class CommonAction extends Action implements ICommonAction {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
EventLogView.java 23 import org.eclipse.jface.action.IAction;
24 import org.eclipse.jface.action.IMenuManager;
25 import org.eclipse.jface.action.IToolBarManager;
26 import org.eclipse.jface.action.Separator;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
CaptureLayersAction.java 17 package com.android.hierarchyviewer.ui.action;
CaptureNodeAction.java 17 package com.android.hierarchyviewer.ui.action;
InvalidateAction.java 17 package com.android.hierarchyviewer.ui.action;
RefreshWindowsAction.java 17 package com.android.hierarchyviewer.ui.action;
RequestLayoutAction.java 17 package com.android.hierarchyviewer.ui.action;
StartServerAction.java 17 package com.android.hierarchyviewer.ui.action;
StopServerAction.java 17 package com.android.hierarchyviewer.ui.action;
  /system/vold/
Process.h 22 static void killProcessesWithOpenFiles(const char *path, int action);
  /external/chromium/third_party/icu/source/test/intltest/
restest.cpp 312 UnicodeString action; local
328 action = "Constructor for ";
329 action += param[i].name;
334 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action);
380 action = param[i].name;
381 action += ".getString(";
382 action += tag;
383 action += ")";
394 CONFIRM_UErrorCode(status, expected_resource_status, action);
401 CONFIRM_EQ(string, expected_string, action);
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 317 UnicodeString action; local
333 action = "Constructor for ";
334 action += param[i].name;
339 CONFIRM_UErrorCode(status, param[i].expected_constructor_status, action);
385 action = param[i].name;
386 action += ".getString(";
387 action += tag;
388 action += ")";
399 CONFIRM_UErrorCode(status, expected_resource_status, action);
406 CONFIRM_EQ(string, expected_string, action);
    [all...]
  /external/bison/src/
reader.c 220 | action) that was assigned to, as in "exp: { $$ = 1; } { $$ = $1; }". |
232 | should be no type clash on the default action. |
240 If there is an action, then there is nothing we can do: the user
243 Don't worry about the default action if $$ is untyped, since $$'s
245 if (!r->action && r->sym->type_name)
256 _("type clash on default action: <%s> != <%s>"),
262 _("empty rule for typed nonterminal, and no action"));
272 /* The default action, $$ = $1, `uses' both. */
273 || (!r->action && (n == 0 || n == 1))))
299 | The previous action turns out the be a mid-rule action. Attach it
    [all...]
  /cts/tests/src/android/widget/cts/
ViewGroupStubActivity.java 47 String action = getIntent().getAction(); local
48 if (action.equals(ACTION_INVALIDATE_CHILD)) {
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 98 private Intent createIntent(String action) {
100 intent.setAction(action);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 44 * media item, or action.
63 final String action = intent.getAction(); local
67 if (Intent.ACTION_CREATE_SHORTCUT.equals(action)) {
116 * triggers the desired action within your Activity.
121 // data Uri in order to display a more specific result, or a custom action in order to
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 40 final String action = intent.getAction(); local
42 if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
  /external/quake/src/com/android/quake/
QuakeLib.java 151 * @param action the kind of action being performed -- one of either
161 public native boolean motionEvent(long eventTime, int action,
167 * @param action the kind of action being performed -- one of either
174 public native boolean trackballEvent(long eventTime, int action,
  /external/stlport/stlport/stl/config/
_apple.h 112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
  /external/webkit/WebCore/editing/
ReplaceSelectionCommand.h 40 EditAction action = EditActionPaste)
42 return adoptRef(new ReplaceSelectionCommand(document, fragment, selectReplacement, smartReplace, matchStyle, preventNesting, movingParagraph, action));
  /external/webkit/WebCore/html/
HTMLFormElement.idl 32 attribute [ConvertNullToNullString] DOMString action;
  /external/webkit/WebKit/chromium/src/
WebFormElement.cpp 70 WebString WebFormElement::action() const function in class:WebKit::WebFormElement
72 return constUnwrap<HTMLFormElement>()->action();

Completed in 693 milliseconds

1 2 3 4 56 7 8 91011>>