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

1 2 3 4 56 7 8 91011>>

  /packages/apps/Browser/src/com/android/browser/
IntentHandler.java 81 final String action = intent.getAction(); local
83 if (Intent.ACTION_MAIN.equals(action) ||
88 if (BrowserActivity.ACTION_SHOW_BOOKMARKS.equals(action)) {
97 .ACTION_VOICE_SEARCH_RESULTS.equals(action);
98 if (Intent.ACTION_VIEW.equals(action)
99 || NfcAdapter.ACTION_NDEF_DISCOVERED.equals(action)
100 || Intent.ACTION_SEARCH.equals(action)
101 || MediaStore.INTENT_ACTION_MEDIA_SEARCH.equals(action)
102 || Intent.ACTION_WEB_SEARCH.equals(action)
112 if (Intent.ACTION_SEARCH.equals(action)
234 final String action = intent.getAction(); local
293 final String action = intent.getAction(); local
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /development/apps/BluetoothDebug/src/com/android/bluetoothdebug/
DebugReceiver.java 58 private static String shorten(String action) {
59 return action.replace("android", "a")
62 .replace("action", "a");
  /development/samples/ApiDemos/src/com/example/android/apis/nfc/
TechFilter.java 39 String action = intent.getAction(); local
40 if (NfcAdapter.ACTION_TECH_DISCOVERED.equals(action)) {
  /external/chromium/third_party/libevent/test/
regress.rpc 12 string action = 2;
  /external/libpng/contrib/visupng/
cexcept.h 219 #define exception__catch(action) \
228 if (!the_exception_context->caught || action) { } \
  /external/webkit/Source/WebCore/loader/
PolicyChecker.cpp 59 NavigationAction action = loader->triggeringAction(); local
60 if (action.isEmpty()) {
61 action = NavigationAction(request.url(), NavigationTypeOther);
62 loader->setTriggeringAction(action);
88 action, request, formState);
92 void PolicyChecker::checkNewWindowPolicy(const NavigationAction& action, NewWindowPolicyDecisionFunction function,
95 m_callback.set(request, formState, frameName, action, function, argument);
97 action, request, formState, frameName);
  /frameworks/base/core/java/android/service/wallpaper/
IWallpaperEngine.aidl 29 void dispatchWallpaperCommand(String action, int x, int y,
  /frameworks/base/drm/common/
DrmEngineBase.cpp 30 int uniqueId, const String8* path, int action) {
31 return onGetConstraints(uniqueId, path, action);
77 int DrmEngineBase::checkRightsStatus(int uniqueId, const String8& path, int action) {
78 return onCheckRightsStatus(uniqueId, path, action);
82 int uniqueId, DecryptHandle* decryptHandle, int action, bool reserve) {
83 return onConsumeRights(uniqueId, decryptHandle, action, reserve);
93 int action, const ActionDescription& description) {
94 return onValidateAction(uniqueId, path, action, description);
  /packages/apps/DeskClock/src/com/android/alarmclock/
AnalogAppWidgetProvider.java 36 String action = intent.getAction(); local
38 if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) {
  /packages/apps/Email/src/com/android/email/view/
NonLockingScrollView.java 53 final int action = ev.getActionMasked(); local
54 final boolean isUp = action == MotionEvent.ACTION_UP;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutAction.java 21 import org.eclipse.jface.action.IAction;
26 * Action executed when the "Convert Layout" menu item is invoked.
30 public void run(IAction action) {
ChangeViewAction.java 21 import org.eclipse.jface.action.IAction;
26 * Action executed when the "Change View Type" menu item is invoked.
30 public void run(IAction action) {
ExtractIncludeAction.java 21 import org.eclipse.jface.action.IAction;
26 * Action executed when the "Extract as Include" menu item is invoked.
30 public void run(IAction action) {
ExtractStyleAction.java 21 import org.eclipse.jface.action.IAction;
26 * Action executed when the "Extract Style" menu item is invoked.
30 public void run(IAction action) {
UnwrapAction.java 21 import org.eclipse.jface.action.IAction;
26 * Action executed when the "Remove Container" menu item is invoked.
30 public void run(IAction action) {
WrapInAction.java 21 import org.eclipse.jface.action.IAction;
26 * Action executed when the "Wrap In" menu item is invoked.
30 public void run(IAction action) {
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 63 SEL action = NULL;
68 action = @selector(copy:);
72 action = @selector(goBack:);
76 action = @selector(goForward:);
80 action = @selector(stopLoading:);
84 action = @selector(reload:);
88 action = @selector(_searchWithSpotlightFromMenu:);
92 action = @selector(_searchWithGoogleFromMenu:);
96 action = @selector(_lookUpInDictionaryFromMenu:);
100 action = @selector(_openFrameInNewWindowFromMenu:)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 38 public MonkeyKeyEvent(int action, int keycode) {
40 mAction = action;
49 public MonkeyKeyEvent(long downTime, long eventTime, int action,
54 mAction = action;
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h 58 explicit ListenSocketTestAction(ActionType action);
59 ListenSocketTestAction(ActionType action, std::string data);
60 ListenSocketTestAction(ActionType action,
85 void ReportAction(const ListenSocketTestAction& action);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h 14 // browser view. This cell customization adds target and action support
28 @property(nonatomic, assign) SEL action; variable
  /external/chromium/chrome/browser/ui/options/
options_page_base.h 45 // Records a user action and schedules the prefs file to be saved.
46 void UserMetricsRecordAction(const UserMetricsAction &action,
  /external/markdown/markdown/
commandline.py 52 action="store_const", const=CRITICAL+10, dest="verbose",
55 action="store_const", const=INFO, dest="verbose",
64 action="store_const", const=DEBUG, dest="verbose",
66 parser.add_option("-x", "--extension", action="append", dest="extensions",
  /external/qemu/hw/
watchdog.h 28 /* Possible values for action parameter. */
57 extern int select_watchdog_action(const char *action);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 54 static inline DragOperation dropActionToDragOperation(Qt::DropActions action)
57 if (action & Qt::CopyAction)
59 if (action & Qt::LinkAction)
61 if (action & Qt::MoveAction)

Completed in 461 milliseconds

1 2 3 4 56 7 8 91011>>