HomeSort by relevance Sort by last modified time
    Searched refs:setAction (Results 1 - 25 of 591) 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(
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistProxyActivity.java 30 intent.setAction(Intent.ACTION_ASSIST);
  /cts/tests/app/app/src/android/app/stubs/
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
  /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
  /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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureClientStartActivity.java 29 mIntent.setAction(BleClientService.BLE_CLIENT_ACTION_CLIENT_CONNECT);
BleInsecureEncryptedClientTestActivity.java 29 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITHOUT_SECURE);
BleInsecureServerStartActivity.java 29 mIntent.setAction(BleServerService.BLE_ACTION_SERVER_NON_SECURE);
BleSecureEncryptedServerTestActivity.java 29 mIntent.setAction(BleEncryptedServerService.ACTION_CONNECT_WITH_SECURE);
BleSecureServerStartActivity.java 29 mIntent.setAction(BleServerService.BLE_ACTION_SERVER_SECURE);
BleSecureConnectionPriorityClientTestActivity.java 30 mIntent.setAction(BleConnectionPriorityClientService.ACTION_CLIENT_CONNECT_SECURE);
BleSecureEncryptedClientTestActivity.java 30 mIntent.setAction(BleEncryptedClientService.ACTION_CONNECT_WITH_SECURE);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityReceiver.java 37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityReceiver.java 37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityReceiver.java 37 intent.setAction(UtilityService.ACTION_GEOFENCE_TRIGGERED);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerService.java 76 .setAction(ACTION_TIMER_EXPIRED)
82 .setAction(ACTION_RESET_EXPIRED_TIMERS);
87 .setAction(ACTION_RESET_UNEXPIRED_TIMERS);
92 .setAction(ACTION_RESET_MISSED_TIMERS);
98 .setAction(ACTION_ADD_MINUTE_TIMER)
104 .setAction(ACTION_UPDATE_NOTIFICATION);
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
SnackbarUsage.java 53 .setAction("Action", new View.OnClickListener() {
70 .setAction("Action", new View.OnClickListener() {
82 .setAction("Action which wraps", new View.OnClickListener() {
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleActivityImmediateExit.java 49 reply.setAction(ACTIVITY_EXIT_ACTION);
  /cts/tests/tests/libcorefileio/src/android/cts/
LockHoldingService.java 133 .setAction(ACTION_TYPE_FOR_INTENT_COMMUNICATION);
154 .setAction(ACTION_TYPE_FOR_INTENT_COMMUNICATION);
172 .setAction(ACTION_TYPE_FOR_INTENT_COMMUNICATION);
188 .setAction(ACTION_TYPE_FOR_INTENT_COMMUNICATION);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiStateTransition.java 43 public final void setAction(char newAction)
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 33 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/devbytes/telephony/SmsSampleProject/app/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);

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>