HomeSort by relevance Sort by last modified time
    Searched refs:setAction (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/base/core/tests/coretests/src/android/app/activity/
SubActivityScreen.java 52 res.setAction("test");
85 setResult(RESULT_CANCELED, (new Intent()).setAction("Interrupted!"));
97 res.setAction("test");
122 setResult(RESULT_CANCELED, (new Intent()).setAction(
129 setResult(RESULT_CANCELED, (new Intent()).setAction(
132 setResult(RESULT_CANCELED, (new Intent()).setAction(
135 setResult(RESULT_CANCELED, (new Intent()).setAction(
138 setResult(RESULT_CANCELED, (new Intent()).setAction(
144 setResult(RESULT_CANCELED, (new Intent()).setAction(
ClearTop.java 34 Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK)
45 setResult(RESULT_CANCELED, new Intent().setAction(
RemoteReceiver.java 36 newIntent.setAction(LaunchpadActivity.BROADCAST_REMOTE);
ActivityTestsBase.java 109 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(error));
133 mIntent.setAction(action);
209 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(msg));
  /cts/tests/src/android/app/cts/
ClearTop.java 33 final Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK).setClass(
44 setResult(RESULT_CANCELED, new Intent().setAction("New intent received " + intent
ActivityTestsBase.java 110 finishWithResult(Activity.RESULT_CANCELED, new Intent().setAction(error));
138 mIntent.setAction(action);
209 finishWithResult(Activity.RESULT_CANCELED, new Intent().setAction(msg));
TestedScreen.java 42 intent.setAction(DELIVER_RESULT);
47 setResult(RESULT_OK, new Intent().setAction(LaunchpadActivity.RETURNED_RESULT));
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogReceiver.java 38 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
44 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
  /packages/apps/Mms/tests/src/com/android/mms/
MmsLaunchPerformance.java 15 mIntent.setAction(Intent.ACTION_MAIN);
  /packages/apps/Phone/src/com/android/phone/
SipUtil.java 31 intent.setAction(SipManager.ACTION_SIP_INCOMING_CALL);
  /cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java 25 intent.setAction(action);
ActivityManagerRecentTaskInfoTest.java 59 baseIntent.setAction(Intent.ACTION_CALL);
93 baseIntent.setAction(Intent.ACTION_CALL);
NotificationManagerTest.java 73 intent.setAction(Intent.ACTION_MAIN);
  /external/webkit/Source/WebCore/html/
IsIndexInputType.cpp 69 form->setAction(document->baseURL().string());
  /external/webkit/Source/WebCore/platform/efl/
ContextMenuItemEfl.cpp 60 void ContextMenuItem::setAction(ContextMenuAction)
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 32 mIntent.setAction(Intent.ACTION_MAIN);
DialerLaunchPerformance.java 32 mIntent.setAction(Intent.ACTION_MAIN);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SendResult.java 65 setResult(RESULT_OK, (new Intent()).setAction("Corky!"));
76 setResult(RESULT_OK, (new Intent()).setAction("Violet!"));
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
SendResult.java 65 setResult(RESULT_OK, (new Intent()).setAction("Corky!"));
76 setResult(RESULT_OK, (new Intent()).setAction("Violet!"));
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/scriptsupport/
Starter.java 53 intent.setAction(Intent.ACTION_RUN);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 35 .setAction(Intent.ACTION_MAIN)
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 147 intent.setAction(MediaStore.ACTION_VIDEO_CAPTURE);
150 intent.setAction(MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA);
153 intent.setAction(MediaStore.INTENT_ACTION_VIDEO_CAMERA);
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 83 openMenuItem.setAction(actionsMap.get(OpenAction.ACTION_NAME));
86 saveMenuItem.setAction(actionsMap.get(SaveAction.ACTION_NAME));
90 exitMenuItem.setAction(actionsMap.get(ExitAction.ACTION_NAME));
  /packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java 63 i.setAction(MediaPlaybackService.SERVICECMD);
124 i.setAction(MediaPlaybackService.SERVICECMD);
  /cts/tests/tests/permission/src/android/permission/cts/
NoBroadcastPackageRemovedPermissionTest.java 100 intent.setAction(action);

Completed in 1181 milliseconds

1 2 3 4 5 6 7 8 9