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

1 2 34 5 6 7 8 91011>>

  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 149 intent.setAction(MediaStore.ACTION_VIDEO_CAPTURE);
152 intent.setAction(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA);
155 intent.setAction(MediaStore.INTENT_ACTION_VIDEO_CAMERA);
IntentTest.java 83 intent.setAction(TEST_ACTION);
124 mIntent.setAction(TEST_ACTION);
591 mIntent.setAction(TEST_ACTION);
620 mIntent.setAction(TEST_ACTION);
646 mIntent.setAction(TEST_ACTION);
789 mIntent.setAction(TEST_ACTION);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 115 event.setAction(MotionEvent.ACTION_CANCEL);
117 event.setAction(oldAction);
131 event.setAction(MotionEvent.ACTION_DOWN);
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.java 140 private Intent mData = new Intent().setAction("No result received");
380 intent.setAction(action);
386 intent.setAction(action);
392 intent.setAction(action);
425 finishWithResult(RESULT_CANCELED, new Intent().setAction("Bad data returned: "
432 .setAction("Unexpected request code: " + requestCode));
517 finishWithResult(RESULT_CANCELED, new Intent().setAction(error));
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 140 private Intent mData = new Intent().setAction("No result received");
380 intent.setAction(action);
386 intent.setAction(action);
392 intent.setAction(action);
425 finishWithResult(RESULT_CANCELED, new Intent().setAction("Bad data returned: "
432 .setAction("Unexpected request code: " + requestCode));
517 finishWithResult(RESULT_CANCELED, new Intent().setAction(error));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 172 assertSame(intent, intent.setAction("foo"));
287 intentB.setAction("foo");
317 .setAction("action")
325 .setAction("action")
334 intentB.setAction("other action");
337 intentB.setAction("action");
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 177 leftButtonIntent.setAction(Stopwatches.LAP_STOPWATCH);
188 rightButtonIntent.setAction(Stopwatches.STOP_STOPWATCH);
212 leftButtonIntent.setAction(Stopwatches.RESET_AND_LAUNCH_STOPWATCH);
223 rightButtonIntent.setAction(Stopwatches.START_STOPWATCH);
240 dismissIntent.setAction(Stopwatches.RESET_STOPWATCH);
305 intent.setAction(Intent.ACTION_CLOSE_SYSTEM_DIALOGS);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 155 step1.setAction(new Runnable() {
169 step2.setAction(new Runnable() {
182 step3.setAction(new Runnable() {
269 intent.setAction(Settings.ACTION_INPUT_METHOD_SETTINGS);
288 intent.setAction(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
471 public void setAction(final Runnable action) {
  /packages/apps/Gallery2/src/com/android/photos/
MultiChoiceManager.java 237 .setAction(Intent.ACTION_EDIT);
243 .setAction(CropActivity.CROP_ACTION)
262 .setAction(Intent.ACTION_ATTACH_DATA)
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMHelper.java 164 intent.setAction(DMIntent.ACTION_TIMER_ALERT);
180 intent.setAction(DMIntent.ACTION_TIMER_ALERT);
225 provisioning.setAction(DMIntent.ACTION_CLOSE_NOTIFICATION_INFO);
  /packages/apps/Protips/src/com/android/protips/
ProtipWidget.java 149 bcast.setAction(ACTION_POKE);
197 bcast.setAction(ACTION_NEXT_TIP);
204 bcast.setAction(ACTION_POKE);
  /cts/tests/tests/app/src/android/app/cts/
LocalActivityManagerTest.java 46 intent.setAction(action);
  /development/samples/StackWidget/src/com/example/android/stackwidget/
StackWidgetProvider.java 83 toastIntent.setAction(StackWidgetProvider.TOAST_ACTION);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
ContentViewMiscTest.java 84 intent.setAction(Proxy.PROXY_CHANGE_ACTION);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ShortcutHelper.java 81 shortcutIntent.setAction(sFullScreenAction);
  /external/smack/src/org/jivesoftware/smackx/commands/
RemoteCommand.java 148 data.setAction(action);
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverItems.java 233 public void setAction(String action) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ObservableScrollView.java 101 cancel.setAction(MotionEvent.ACTION_CANCEL);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 133 playIntent.setAction(ACTION_PLAY_ALERT_REMINDER);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageHelper.java 107 intent.setAction(Intent.ACTION_VIEW);
  /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...]
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/geofencing/
HomeListenerService.java 127 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);
129 checkInOperation.setAction(ACTION_DELETE_DATA_ITEM),
  /development/samples/wearable/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
HomeListenerService.java 127 checkInOperation.setAction(ACTION_CHECK_IN), PendingIntent.FLAG_CANCEL_CURRENT);
129 checkInOperation.setAction(ACTION_DELETE_DATA_ITEM),
  /external/smack/src/org/jivesoftware/smackx/
OfflineMessageManager.java 140 item.setAction("view");
239 item.setAction("remove");
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 146 intent.setAction(Intent.ACTION_DEFAULT);
174 intent.setAction(Intent.ACTION_DEFAULT);

Completed in 623 milliseconds

1 2 34 5 6 7 8 91011>>