HomeSort by relevance Sort by last modified time
    Searched refs:setAction (Results 76 - 100 of 250) sorted by null

1 2 34 5 6 7 8 910

  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverItems.java 233 public void setAction(String action) {
AdHocCommandData.java 210 public void setAction(AdHocCommand.Action action) {
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 280 mIntent = new Intent().setAction(Intent.ACTION_SEND);
316 mIntent.setAction(Intent.ACTION_SEND);
328 mIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
467 mIntent.setAction(Intent.ACTION_SEND);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 133 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 455 startButton.setAction(actionsMap.get(StartServerAction.ACTION_NAME));
461 stopButton.setAction(actionsMap.get(StopServerAction.ACTION_NAME));
467 refreshButton.setAction(actionsMap.get(RefreshWindowsAction.ACTION_NAME));
473 showDevicesButton.setAction(actionsMap.get(ShowDevicesAction.ACTION_NAME));
480 loadButton.setAction(actionsMap.get(LoadGraphAction.ACTION_NAME));
486 displayNodeButton.setAction(actionsMap.get(CaptureNodeAction.ACTION_NAME));
492 dumpDisplayListButton.setAction(actionsMap.get(DumpDisplayListAction.ACTION_NAME));
497 captureLayersButton.setAction(actionsMap.get(CaptureLayersAction.ACTION_NAME));
503 invalidateButton.setAction(actionsMap.get(InvalidateAction.ACTION_NAME));
509 requestLayoutButton.setAction(actionsMap.get(RequestLayoutAction.ACTION_NAME))
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
OfflineMessageManager.java 140 item.setAction("view");
239 item.setAction("remove");
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 212 intent.setAction(Intent.ACTION_INSERT);
237 intent.setAction(Intent.ACTION_EDIT);
GroupDetailActivity.java 102 intent.setAction(Intent.ACTION_EDIT);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 146 intent.setAction(Intent.ACTION_DEFAULT);
174 intent.setAction(Intent.ACTION_DEFAULT);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
RequestPermissionActivity.java 127 intent.setAction(RequestPermissionHelperActivity.ACTION_INTERNAL_REQUEST_BT_ON);
129 intent.setAction(RequestPermissionHelperActivity.
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 140 mMotionEvent1.setAction(MotionEvent.ACTION_UP);
143 mMotionEvent1.setAction(MotionEvent.ACTION_MOVE);
146 mMotionEvent1.setAction(MotionEvent.ACTION_CANCEL);
149 mMotionEvent1.setAction(MotionEvent.ACTION_DOWN);
300 mMotionEvent2.setAction(MotionEvent.ACTION_DOWN);
303 mMotionEvent2.setAction(MotionEvent.ACTION_MOVE);
309 mMotionEvent2.setAction(MotionEvent.ACTION_MOVE);
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 144 intent.setAction(NfcAdapter.ACTION_NDEF_DISCOVERED);
158 intent.setAction(NfcAdapter.ACTION_TECH_DISCOVERED);
165 intent.setAction(NfcAdapter.ACTION_TAG_DISCOVERED);
  /packages/services/Telephony/src/com/android/phone/
OutgoingCallBroadcaster.java 482 intent.setAction(Intent.ACTION_CALL);
523 intent.setAction(action);
543 invokeFrameworkDialer.setAction(Intent.ACTION_DIAL);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 119 intentPref.setIntent(new Intent().setAction(Intent.ACTION_VIEW)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.h 92 void setAction(const String&);
  /frameworks/base/core/java/com/android/internal/widget/
WaveView.java 476 event.setAction(MotionEvent.ACTION_DOWN);
479 event.setAction(MotionEvent.ACTION_MOVE);
482 event.setAction(MotionEvent.ACTION_UP);
486 event.setAction(action);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
LaunchpadActivity.java 144 private Intent mData = (new Intent()).setAction("No result received");
351 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(
357 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(
449 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(error));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 99 cancellation.setAction(MotionEvent.ACTION_CANCEL);
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 221 mIntent.setAction(Intent.ACTION_VIEW);
  /packages/apps/Camera2/src/com/android/camera/
PreviewGestures.java 167 c.setAction(MotionEvent.ACTION_CANCEL);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 212 intent.setAction(ContactsContract.Intents.INVITE_CONTACT);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 197 i.setAction(Intent.ACTION_MAIN);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 336 intent.setAction(Intent.ACTION_SEND_MULTIPLE);
340 intent.setAction(Intent.ACTION_SEND);
374 intent.setAction(Intent.ACTION_SEND_MULTIPLE).setType(mimeType);
377 intent.setAction(Intent.ACTION_SEND).setType(mimeType);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 91 event.setAction(MotionEvent.ACTION_CANCEL);
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 103 composeIntent.setAction(Intent.ACTION_SENDTO);

Completed in 600 milliseconds

1 2 34 5 6 7 8 910