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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /cts/tests/app/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));
  /cts/tests/tests/os/src/android/os/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));
  /development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java 40 intent.setAction(CommonConstants.ACTION_SNOOZE);
46 intent.setAction(CommonConstants.ACTION_DISMISS);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
BroadcastNotifier.java 53 localIntent.setAction(Constants.BROADCAST_ACTION);
75 localIntent.setAction(Constants.BROADCAST_ACTION);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogReceiver.java 38 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
44 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
CallLogNotificationsHelper.java 37 serviceIntent.setAction(CallLogNotificationsService.ACTION_UPDATE_NOTIFICATIONS);
  /packages/apps/Mms/tests/src/com/android/mms/
MmsLaunchPerformance.java 15 mIntent.setAction(Intent.ACTION_MAIN);
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 32 mIntent.setAction(Intent.ACTION_MAIN);
  /packages/apps/Dialer/tests/src/com/android/dialer/
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!"));
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/receiver/
MessagingReceiver.java 57 intent.setAction(MessagingService.ACTION_MY_RECEIVE_SMS);
65 intent.setAction(MessagingService.ACTION_MY_RECEIVE_MMS);
  /packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java 113 mShareIntent.setAction(null).setType(null);
117 mShareIntent.setAction(null).setType(null);
127 mShareIntent.setAction(Intent.ACTION_SEND);
130 mShareIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
182 mShareIntent.setAction(null).setType(null);
  /cts/tests/tests/app/src/android/app/cts/
SearchManagerTest.java 26 intent.setAction(action);
  /external/chromium_org/third_party/WebKit/Source/platform/
ContextMenuItem.h 62 void setAction(ContextMenuAction);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 35 .setAction(Intent.ACTION_MAIN)
  /packages/apps/Email/src/com/android/email2/ui/
CreateShortcutActivityEmail.java 40 intent.setAction(Intent.ACTION_CREATE_SHORTCUT);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
CreateShortcutActivity.java 38 intent.setAction(Intent.ACTION_CREATE_SHORTCUT);
  /developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/findphone/
FindPhoneActivity.java 43 toggleAlarmOperation.setAction(FindPhoneService.ACTION_TOGGLE_ALARM);
49 cancelAlarmOperation.setAction(FindPhoneService.ACTION_CANCEL_ALARM);
  /development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/
FindPhoneActivity.java 43 toggleAlarmOperation.setAction(FindPhoneService.ACTION_TOGGLE_ALARM);
49 cancelAlarmOperation.setAction(FindPhoneService.ACTION_CANCEL_ALARM);

Completed in 511 milliseconds

1 2 3 4 5 6 7 8 91011>>